Skip to content

Commit

Permalink
bumped to latest tagged tflint rulesets
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Sep 11, 2024
1 parent 9fc6d8a commit e494afe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions terraform-static-analysis/tflint-configs/tflint.aws.hcl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugin "aws" {
enabled = true
version = "0.29.0"
version = "0.33.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

plugin "terraform" {
enabled = true
version = "0.5.0"
version = "0.9.1"
preset = "recommended"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
}
Expand Down
4 changes: 2 additions & 2 deletions terraform-static-analysis/tflint-configs/tflint.azure.hcl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugin "azurerm" {
enabled = true
version = "0.25.1"
version = "0.27.0"
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
}

plugin "terraform" {
enabled = true
version = "0.5.0"
version = "0.9.1"
preset = "recommended"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin "terraform" {
enabled = true
version = "0.5.0"
version = "0.9.1"
preset = "recommended"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
}
Expand Down

0 comments on commit e494afe

Please sign in to comment.