Skip to content

Commit

Permalink
Update .tflint.hcl (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal authored Aug 8, 2023
1 parent 5ec4824 commit a67e011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/config/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ config {

plugin "aws" {
enabled = true
version = "0.21.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
deep_check = false
deep_check = true
}

rule "aws_instance_invalid_type" {
Expand Down

0 comments on commit a67e011

Please sign in to comment.