Terraform modules to deploy and manage cloud resourcesusing the latest well architected frameworks
Explore the docs »
Zachary Hill
·
Report Bug
·
Request Feature
Table of Contents
These terraform modules were originally created as part of a six month adoption of 'Infrastructure as Code' at Zachary Hill. They serve as the basis to an iterative approach to managing infrastructure. They've grown and expanded to be the workhorse of our organization that we wish to share and collaborate with the world. We are ever evolving and this code will continues to evolve as features, needs, and best practices do.
To get a local copy up and running, simply clone this repo.
This is an example of how to list things you need to use the software and how to install them.
- MacOS
brew install terraform
- Debian/Ubuntu
apt install terraform
- Windows
choco install -y terraform
- Clone the repo
git clone https://github.com/zachreborn/terraform-modules.git
Navigate to the folder for the provider and subsequent module, service, or infrastructure you're looking to utilize. Within each module a README.md has documented the usage instructions and examples for that module. Included in each README.md is also an output of automated terraform-docs
which has requirements, inputs, and outputs.
For more examples, please refer to the Documentation
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thank you!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Zachary Hill - - [email protected]
Project Link: https://github.com/zachreborn/terraform-modules