From ae5b18916406d0cc7a8474259d27568af7b56c08 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 16 Jun 2022 18:07:06 +0200 Subject: [PATCH] terraform: update .gitignore --- terraform/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/.gitignore b/terraform/.gitignore index 3eff84e..49d00af 100644 --- a/terraform/.gitignore +++ b/terraform/.gitignore @@ -1,4 +1,4 @@ .terraform .terraform.lock.hcl -outputs/* +_build/* *.tfstate*