We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bdb88 commit da1a828Copy full SHA for da1a828
1 file changed
Terraform.gitignore
@@ -4,3 +4,9 @@
4
# .tfstate files
5
*.tfstate
6
*.tfstate.*
7
+
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