Skip to content

Commit

Permalink
Merge pull request #157 from ministryofjustice/feature/bump-tflint-ve…
Browse files Browse the repository at this point in the history
…rsion

bumped plugin versions for aws & azurerm to latest versions
  • Loading branch information
dms1981 authored Aug 3, 2022
2 parents e7914be + ecf93a0 commit fb37e26
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 fb37e26

Please sign in to comment.