Skip to content

Commit 7598e1b

Browse files
authored
Merge pull request #2799 from alastairtree/patch-1
Minor imporvements to terraform ignore file
2 parents 210c95b + a06382d commit 7598e1b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Terraform.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ crash.log
1414
#
1515
# example.tfvars
1616

17-
# Ignore override files as they are usually used to override ressources locally
17+
# Ignore override files as they are usually used to override resources locally and so
18+
# are not checked in
1819
override.tf
1920
override.tf.json
2021
*_override.tf
2122
*_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

Comments
 (0)