Skip to content

zachreborn/terraform-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

terraform-modules

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

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.

(back to top)

Built With

  • Terraform

(back to top)

Getting Started

To get a local copy up and running, simply clone this repo.

Prerequisites

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

Installation

  1. Clone the repo
    git clone https://github.com/zachreborn/terraform-modules.git

(back to top)

Usage

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.

Examples:

For more examples, please refer to the Documentation

(back to top)

Roadmap

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

(back to top)

Contributing

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!

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

(back to top)

License

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

(back to top)

Contact

Zachary Hill - LinkedIn - [email protected]

Project Link: https://github.com/zachreborn/terraform-modules

(back to top)

Acknowledgments

(back to top)