Skip to content

Commit 67ce838

Browse files
authored
Merge pull request #2650 from jkodroff/patch-1
Remove tfvars files from Terraform.gitignore
2 parents 80a8803 + da1a828 commit 67ce838

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Terraform.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
*.tfstate
66
*.tfstate.*
77

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

0 commit comments

Comments
 (0)