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
commit 67ce838597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

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