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

https://github.com/bearbobs/terraform

Terraform 101
https://github.com/bearbobs/terraform

aws infrastructure-as-code terraform terraform-module

Last synced: about 2 months ago
JSON representation

Terraform 101

Awesome Lists containing this project

README

          

# Terraform 101

useful configs and starter workflows for terraform

### -> Avoid variables.tf to upload your credentials to git:

`git update-index --assume-unchanged variables.tf`

To undo and start tracking again :

`git update-index --no-assume-unchanged variables.tf`