From a4a6c5c9c2fb0e7d309586877ac15fc8d09332bf Mon Sep 17 00:00:00 2001 From: Deepak Date: Thu, 10 Feb 2022 23:11:32 +0100 Subject: [PATCH] feat(terraform): adds tfvars.json to gitignore --- Terraform.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index b1a7167f..9b27a360 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -15,6 +15,7 @@ crash.*.log # to change depending on the environment. # *.tfvars +*.tfvars.json # Ignore override files as they are usually used to override resources locally and so # are not checked in