Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/terraform-builder
Terraform Builder - Build consistent Terraform configurations
https://github.com/mrlesmithjr/terraform-builder
hashicorp terraform
Last synced: 26 days ago
JSON representation
Terraform Builder - Build consistent Terraform configurations
- Host: GitHub
- URL: https://github.com/mrlesmithjr/terraform-builder
- Owner: mrlesmithjr
- License: mit
- Created: 2020-03-18T19:43:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:02:28.000Z (about 2 years ago)
- Last Synced: 2023-03-14T12:40:37.224Z (over 1 year ago)
- Topics: hashicorp, terraform
- Language: Python
- Homepage:
- Size: 14.1 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Terraform Builder
Helps build consistent Terraform configurations
## Build Status
### GitHub Actions
![Python Test](https://github.com/mrlesmithjr/terraform-builder/workflows/Python%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/terraform-builder.svg?branch=master)](https://travis-ci.org/mrlesmithjr/terraform-builder)
## Requirements
- [requirements.txt](requirements.txt)
- [requirements-dev.txt](requirements-dev.txt)### Terraform Version Manager
Terraform version manager is a tool that I use personally. It assists in easily
managing different Terraform versions for you to use. Rather than installing a
version, and then having to do some random things to switch between versions.
Definitely check it out [here](https://github.com/tfutils/tfenv).### Graphviz
It is recommended that you install [Graphviz](https://graphviz.gitlab.io/download/) to get a visible graph in your project README.
## Example Project
You can find an example project [here](examples/example_builds/example)
## Documentation
You may find documentation for this project [here](https://mrlesmithjr.github.io/terraform-builder).
## Dependencies
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-python-project](https://github.com/mrlesmithjr/cookiecutter-python-project) as a template.