Skip to content

Commit 78b910e

Browse files
authored
chore: remove lock files (#4264)
We should not add lockfiles to the modules, only version requirements should be defined. For examples lockfiles are fine.
1 parent cf6dd34 commit 78b910e

File tree

3 files changed

+6
-110
lines changed

3 files changed

+6
-110
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
# Module directory
55
.terraform/
66

7+
# lock files
8+
**/.terraform.lock.hcl
9+
!examples/**/.terraform.lock.hcl
10+
11+
712
# keys
813
*id_rsa*
14+
*.pem
915

1016
# other
1117
node_modules/

.terraform.lock.hcl

Lines changed: 0 additions & 65 deletions
This file was deleted.

modules/download-lambda/.terraform.lock.hcl

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)