Skip to content

Commit 4ff338b

Browse files
authored
Update .gitignore
Add the terraform.lock.hcl file to the gitignore
1 parent 8f28774 commit 4ff338b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ backend.tfvars
1818
terraform.rc
1919

2020
# Ignore metadata files
21-
*.tfstate.lock.info
21+
*.tfstate.lock.info
22+
23+
#Ignore lock file
24+
*.terraform.lock.hcl

0 commit comments

Comments
 (0)