Skip to content

Commit

Permalink
chore: updating the tflint plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Jun 13, 2024
1 parent 25659f3 commit 4b713e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
plugin "aws" {
enabled = true
version = "0.30.0"
version = "0.32.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

plugin "terraform" {
enabled = true
version = "0.7.0"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
enabled = true
version = "0.7.0"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
}

config {
call_module_type = "local"
force = false
force = false
}

rule "terraform_required_providers" {
Expand Down

0 comments on commit 4b713e0

Please sign in to comment.