We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e6cbf commit bce29d2Copy full SHA for bce29d2
1 file changed
.pre-commit-config.yaml
@@ -37,10 +37,10 @@ repos:
37
files: ^infrastructure/.*\.(tf|tftest\.hcl)$
38
- id: terraform_providers_lock
39
args:
40
- - --hook-config=--mode=regenerate-lockfile-if-some-platform-missed
41
- --args=-platform=darwin_arm64
42
- --args=-platform=linux_amd64
43
- --args=-platform=linux_arm64
+ - --hook-config=--mode=regenerate-lockfile-if-some-platform-missed
44
files: .terraform.lock.hcl
45
name: Lock terraform providers (takes a few minutes if hashes are missing)
46
- id: terraform_tflint
0 commit comments