From 8618a045081b994f7d84586f3a65e29fd0249640 Mon Sep 17 00:00:00 2001 From: Oli Date: Tue, 25 Oct 2022 12:42:19 +0000 Subject: [PATCH] set gitignore to terraform defaults --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 48c784d..d029ae4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ crash.log # control as they are data points which are potentially sensitive and subject # to change depending on the environment. # -*secret*.tfvars +*.tfvars # Ignore override files as they are usually used to override resources locally and so # are not checked in @@ -33,5 +33,3 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc - -tfplan_dl