From 70be586ce09cbdecee734d018803b4b52b3f1c3d Mon Sep 17 00:00:00 2001 From: Oussama BOUNAIM Date: Sun, 19 Aug 2018 09:55:53 +0200 Subject: [PATCH] Update Terraform.gitignore Ignore override files as they are usually used locally to override resources or variables without changing the code More info: https://www.terraform.io/docs/configuration/override.html --- Terraform.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index d9397e2d..e699fc27 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -13,3 +13,9 @@ crash.log # version control. # # example.tfvars + +# Ignore override files as they are usually used to override ressources locally +override.tf +override.tf.json +*_override.tf +*_override.tf.json