Skip to content

Commit

Permalink
fix(dev-tools): enable blueprint plugin (#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Dec 6, 2024
1 parent 9a5abf3 commit 6d5f891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/build/developer-tools/build/home/.tflint.module.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ rule "terraform_typed_variables" {
enabled = true
}

plugin "blueprint" {
enabled = true
}

rule "terraform_required_version_range" {
enabled = true
}

0 comments on commit 6d5f891

Please sign in to comment.