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
- Host: GitHub
- URL: https://github.com/bearbobs/terraform
- Owner: Bearbobs
- Created: 2021-03-25T11:05:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T08:29:52.000Z (about 5 years ago)
- Last Synced: 2025-12-25T21:00:10.847Z (6 months ago)
- Topics: aws, infrastructure-as-code, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security.tf
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`