We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d746fcc + 3249072 commit a8237b3Copy full SHA for a8237b3
1 file changed
Terraform.gitignore
@@ -23,6 +23,9 @@ override.tf.json
23
*_override.tf
24
*_override.tf.json
25
26
+# Ignore transient lock info files created by terraform apply
27
+.terraform.tfstate.lock.info
28
+
29
# Include override files you do wish to add to version control using negated pattern
30
# !example_override.tf
31
0 commit comments