Unverified Commit 67ce8385 authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2650 from jkodroff/patch-1

Remove tfvars files from Terraform.gitignore
parents 80a8803b da1a8284
...@@ -5,5 +5,8 @@ ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment