Unverified Commit a06382dc authored by Alastair Crabtree's avatar Alastair Crabtree Committed by GitHub

Minor imporvements to terraform ignore file

* Fix Typo
* Add example to include overrides
parent 210c95bb
...@@ -14,8 +14,13 @@ crash.log ...@@ -14,8 +14,13 @@ crash.log
# #
# example.tfvars # example.tfvars
# 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
# are not checked in
override.tf override.tf
override.tf.json override.tf.json
*_override.tf *_override.tf
*_override.tf.json *_override.tf.json
# Include override files you do wish to add to version control using negated pattern
#
# !example_override.tf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment