From c31cb972b779f925584d6c86c9a398d646818225 Mon Sep 17 00:00:00 2001 From: alade001 Date: Wed, 4 Sep 2024 18:06:27 -0400 Subject: [PATCH 1/2] uncommented .terraform.lock.hcl in the .gitignore file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 98d790c..6864ea0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ **/.terragrunt-cache/* # terraform lock file. -**/.terraform.lock.hcl +.terraform.lock.hcl # .tfstate files *.tfstate From b55208149de5c3fc2d7d8628ba55b1598fdcba53 Mon Sep 17 00:00:00 2001 From: alade001 Date: Thu, 5 Sep 2024 16:49:07 -0400 Subject: [PATCH 2/2] uncommented .terraform.lock.hcl in the .gitignore file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6864ea0..98d790c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ **/.terragrunt-cache/* # terraform lock file. -.terraform.lock.hcl +**/.terraform.lock.hcl # .tfstate files *.tfstate