Skip to content

Commit

Permalink
tflint removed some configs and Im also bumping the ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
optocoupler committed Jan 2, 2025
1 parent ac018c4 commit f32d87f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion modules/azure-ad/.tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
config {
module = false
force = false
disabled_by_default = false
}
Expand Down
7 changes: 3 additions & 4 deletions modules/azure/.tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
plugin "azurerm" {
enabled = true
version = "0.26.0"
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
enabled = true
version = "0.27.0"
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
}

config {
module = false
force = false
disabled_by_default = false
}
Expand Down
7 changes: 3 additions & 4 deletions modules/kubernetes/.tflint.hcl
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
plugin "azurerm" {
enabled = true
version = "0.26.0"
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
enabled = true
version = "0.27.0"
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
}

config {
module = false
force = false
disabled_by_default = false
}
Expand Down

0 comments on commit f32d87f

Please sign in to comment.