We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80a8803 + da1a828 commit 67ce838Copy full SHA for 67ce838
1 file changed
Terraform.gitignore
@@ -5,5 +5,8 @@
5
*.tfstate
6
*.tfstate.*
7
8
-# .tfvars files
9
-*.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
10
+# version control.
11
+#
12
+# example.tfvars
0 commit comments