File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 184184 name : Terraform fmt (Docker)
185185 description : >-
186186 Rewrites all Terraform configuration files to a canonical format using Docker.
187- entry : terraform
187+ entry : ghcr.io/actuarysailor/pre-commit- terraform-tools:latest
188188 language : docker_image
189- docker_image : ghcr.io/actuarysailor/pre-commit-terraform-tools:latest
190- args : [fmt]
189+ args : [terraform, fmt]
191190 files : \.(tf|tofu|tfvars|tftest\.hcl|tfmock\.hcl)$
192191 exclude : \.terraform/.*$
193192
194193- id : terraform_validate_docker
195194 name : Terraform validate (Docker)
196195 description : Validates all Terraform configuration files using Docker.
197196 require_serial : true
198- entry : terraform
197+ entry : ghcr.io/actuarysailor/pre-commit- terraform-tools:latest
199198 language : docker_image
200- docker_image : ghcr.io/actuarysailor/pre-commit-terraform-tools:latest
201- args : [validate]
199+ args : [terraform, validate]
202200 files : \.(tf|tofu|tfvars|terraform\.lock\.hcl)$
203201 exclude : \.terraform/.*$
204202
205203- id : terraform_tflint_docker
206204 name : Terraform validate with tflint (Docker)
207205 description : Validates all Terraform configuration files with TFLint using Docker.
208206 require_serial : true
209- entry : tflint
207+ entry : ghcr.io/actuarysailor/pre-commit-terraform-tools:latest
210208 language : docker_image
211- docker_image : ghcr.io/actuarysailor/pre-commit-terraform-tools:latest
209+ args : [tflint]
212210 files : \.(tf|tofu|tfvars)$
213211 exclude : \.terraform/.*$
214212
You can’t perform that action at this time.
0 commit comments