Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

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

Diff for: .gitignore

+6
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/

Diff for: .terraform.lock.hcl

-65
This file was deleted.

Diff for: modules/download-lambda/.terraform.lock.hcl

-45
This file was deleted.

0 commit comments

Comments
 (0)