From a06382dcf8f15076b5f329ac4170189556c994b6 Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Tue, 4 Sep 2018 12:19:32 +0100 Subject: [PATCH] Minor imporvements to terraform ignore file * Fix Typo * Add example to include overrides --- Terraform.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index e699fc27..a8935803 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -14,8 +14,13 @@ crash.log # # 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.json *_override.tf *_override.tf.json + +# Include override files you do wish to add to version control using negated pattern +# +# !example_override.tf