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