This repository contains a collection of reusable Terraform modules for provisioning resources on AWS. These modules are designed to save setup time and provide consistent and scalable infrastructure configurations.
Contributions to enhance and expand these Terraform modules are welcome! To contribute, please follow these guidelines:
We follow the Conventional Commits standard for commit messages. When making commits, please adhere to the following format:
<type>: Short description of the change
Replace <type>
with one of the following commit types: feat
, fix
, docs
, chore
, refactor
, or test
. Provide a concise and meaningful description of your change after the colon.
To contribute, follow these steps:
- Fork the repository and create a new branch for your changes.
- Implement your changes in the branch.
- Commit your changes following the commit convention guidelines.
- Push your branch to your forked repository.
- Open a pull request from your branch to the main repository's
master
branch. - Include a clear and detailed description of your changes in the pull request.
We appreciate your contributions! We'll review your pull request and provide feedback promptly.
This project is licensed under the MIT License.