From bac8c2753d8504cfddab942f94725e380ef3d49d Mon Sep 17 00:00:00 2001 From: alade001 Date: Thu, 5 Sep 2024 17:11:56 -0400 Subject: [PATCH] uncommented .terraform.lock.hcl in the .gitignore file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fe2ae0e..403ffa9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ **/.terraform/* # terraform lock file. -.terraform.lock.hcl +**/.terraform.lock.hcl # .tfstate files *.tfstate