Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.