A set of useful terraform templates to manage AWS resources
Explore terraform docs »
Terraform templates provide a set of HCL templates to manage AWS resources using IAC
concepts (Infraestructure As A Code).
Terraform templates was made ♥ based on:
To apply terraform templates, Terraform
must first be installed on your machine. Terraform is distributed as a binary package for all supported platforms and architectures.
Before running terraform templates, download terraform client and install acconding to your OS
.
- Clone the repo:
git clone https://github.com/aminueza/terraform-templates.git
- Access the desired terraform template and fill out all variables:
cd terraform-templates/iam_roles
- Init terraform provider:
terraform init
- Verify all changes to be applied:
terraform plan
- Check all changes and apply the template:
terraform apply
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated ♥.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/TerraformFeature
) - Commit your Changes (
git commit -m 'Add some TerraformFeature'
) - Push to the Branch (
git push origin feature/TerraformFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Amanda Souza (amandasouza.app)
Email: [email protected]
Project Link: https://github.com/aminueza/terraform-templates