From 0a6eda3deef62ddfcf2f4d8d68f48629e82158d6 Mon Sep 17 00:00:00 2001 From: alade001 Date: Wed, 4 Sep 2024 17:52:53 -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 109ad5e175b03250c0676572f60a2281c41ed874 Mon Sep 17 00:00:00 2001 From: alade001 Date: Thu, 5 Sep 2024 17:16:49 -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