Skip to content

Commit

Permalink
Update .tflint.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Aug 7, 2023
1 parent 3ab9299 commit 3cb5a32
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,7 +6,7 @@ config {

plugin "aws" {
enabled = true
version = "0.17.0"
version = ">=0.17.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
deep_check = false
}
Expand All @@ -21,4 +21,4 @@ rule "aws_instance_previous_type" {

rule "terraform_required_providers" {
enabled = false
}
}

0 comments on commit 3cb5a32

Please sign in to comment.