We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210c95b commit a06382dCopy full SHA for a06382d
Terraform.gitignore
@@ -14,8 +14,13 @@ crash.log
14
#
15
# example.tfvars
16
17
-# Ignore override files as they are usually used to override ressources locally
+# Ignore override files as they are usually used to override resources locally and so
18
+# are not checked in
19
override.tf
20
override.tf.json
21
*_override.tf
22
*_override.tf.json
23
+
24
+# Include override files you do wish to add to version control using negated pattern
25
+#
26
+# !example_override.tf
0 commit comments