Skip to content

Commit a06382d

Browse files
authored
Minor imporvements to terraform ignore file
* Fix Typo * Add example to include overrides
1 parent 210c95b commit a06382d

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)