Skip to content

Commit

Permalink
bumped plugin versions for aws & azurerm to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Aug 3, 2022
1 parent e7914be commit ecf93a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform-static-analysis/tflint-configs/tflint.azure.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin "azurerm" {
enabled = true
version = "0.16.0"
version = "0.17.1"
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin "aws" {
enabled = true
version = "0.13.1"
version = "0.15.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

0 comments on commit ecf93a0

Please sign in to comment.