Merge pull request #2650 from jkodroff/patch-1

Remove tfvars files from Terraform.gitignore
This commit is contained in:
Brendan Forster
2018-05-14 09:16:42 +10:00
committed by GitHub

View File

@@ -5,5 +5,8 @@
*.tfstate *.tfstate
*.tfstate.* *.tfstate.*
# .tfvars files # Ignore any .tfvars files that are generated automatically for each Terraform run. Most
*.tfvars # .tfvars files are managed as part of configuration and so should be included in
# version control.
#
# example.tfvars