Skip to content

Latest commit

 

History

History
108 lines (83 loc) · 3.29 KB

README.md

File metadata and controls

108 lines (83 loc) · 3.29 KB

minio-api

TERRAFORM TEMPLATES

A set of useful terraform templates to manage AWS resources
Explore terraform docs »

Table of Contents

About The Project

Terraform templates provide a set of HCL templates to manage AWS resources using IAC concepts (Infraestructure As A Code).

Built With

Terraform templates was made based on:

Getting Started

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.

Prerequisites

Before running terraform templates, download terraform client and install acconding to your OS.

Installation

  1. Clone the repo:
git clone https://github.com/aminueza/terraform-templates.git
  1. Access the desired terraform template and fill out all variables:
cd terraform-templates/iam_roles
  1. Init terraform provider:
terraform init
  1. Verify all changes to be applied:
terraform plan
  1. Check all changes and apply the template:
terraform apply

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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 .

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/TerraformFeature)
  3. Commit your Changes (git commit -m 'Add some TerraformFeature')
  4. Push to the Branch (git push origin feature/TerraformFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Amanda Souza (amandasouza.app)

Email: amanda@amandasouza.app

Project Link: https://github.com/aminueza/terraform-templates

Acknowledgements