Skip to content
Closed
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
15 changes: 11 additions & 4 deletions precommit-config/.tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# signature = "pgp" pins plugin verification to the legacy PGP key instead of the default
# "auto", which prefers GitHub attestations. GitHub REST API 2026-03-10 dropped the `bundle`
# field from attestation list responses; tflint unmarshals the resulting null into a nil
# *bundle.Bundle without erroring and then panics dereferencing it during `tflint --init`.
# Upstream: https://github.com/terraform-linters/tflint/issues/2591
# Drop this line once that lands and the tflint we install carries the fix.
plugin "aws" {
enabled = true
version = "0.40.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
enabled = true
version = "0.40.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
signature = "pgp"
}