Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ repos:
name: Terraform format
- id: terraform_validate
name: Terraform validate
# Excluded: two orphan modules (not instantiated by any
# environment) whose resource bodies use `dynamic` blocks
# around scalar attributes — invalid HCL in any azurerm
# version. They were silently broken until terraform_validate
# started running in CI. Tracked separately; remove the
# exclusion as part of that cleanup.
exclude: |
(?x)^(
terraform/modules/compute/azure/cleanup-function/|
terraform/modules/registry/azure/
)
- id: terraform_tflint
name: Terraform lint
args:
Expand Down
Loading