Skip to content

Commit

Permalink
chore(deps): update tflint rules sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jun 6, 2024
1 parent 0d57072 commit 4def002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin "terraform" {
enabled = true
version = "0.6.0" # https://github.com/terraform-linters/tflint-ruleset-terraform/releases
version = "0.7.0" # https://github.com/terraform-linters/tflint-ruleset-terraform/releases
source = "github.com/terraform-linters/tflint-ruleset-terraform"
}

Expand Down Expand Up @@ -90,7 +90,7 @@ rule "terraform_workspace_remote" {
# https://github.com/terraform-linters/tflint-ruleset-aws/blob/master/docs/configuration.md
plugin "aws" {
enabled = true
version = "0.30.0" # https://github.com/terraform-linters/tflint-ruleset-aws/releases
version = "0.31.0" # https://github.com/terraform-linters/tflint-ruleset-aws/releases
source = "github.com/terraform-linters/tflint-ruleset-aws"

deep_check = true
Expand Down

0 comments on commit 4def002

Please sign in to comment.