From d3fa4d091a46f3f74bfe5af8050346dab85560a5 Mon Sep 17 00:00:00 2001 From: alade001 Date: Wed, 4 Sep 2024 17:56:33 -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 403ffa9..fe2ae0e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ **/.terraform/* # terraform lock file. -**/.terraform.lock.hcl +.terraform.lock.hcl # .tfstate files *.tfstate