diff options
author | Brendan Forster <github@brendanforster.com> | 2018-05-14 09:16:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-14 09:16:42 +1000 |
commit | 67ce8385973201a8046c3da286264840bdf81639 (patch) | |
tree | e772defe281d860bcafb5311e91e963cd393e79f | |
parent | 80a8803b004013d17291196825a327b9e871f009 (diff) | |
parent | da1a8284717a93b6cdeeb35a0ac5831ff7c2071e (diff) | |
download | gitignore-67ce8385973201a8046c3da286264840bdf81639.tar.gz gitignore-67ce8385973201a8046c3da286264840bdf81639.zip |
Merge pull request #2650 from jkodroff/patch-1
Remove tfvars files from Terraform.gitignore
-rw-r--r-- | Terraform.gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Terraform.gitignore b/Terraform.gitignore index 1fef4ab9..29c51746 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -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 |