Skip to content

Commit

Permalink
Update .tflint.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma authored Aug 8, 2023
1 parent 89960d3 commit c6d7ca1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/config/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ config {
}

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

rule "aws_instance_invalid_type" {
Expand Down

0 comments on commit c6d7ca1

Please sign in to comment.