From 93a7903d24c0383e07e3a8e88f5f90c381815c1d Mon Sep 17 00:00:00 2001 From: alade001 Date: Wed, 4 Sep 2024 17:39:43 -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