forked from komodorio/validkube
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TFLint - upgrade from 0.34.1 -> 0.38.1 AWS Provider - upgrade from 0.12.0 -> 0.14.0 GCP Provider - upgrade from 0.15.0 -> 0.18.0 Azure Provider - upgrade from 0.14.0 -> 0.17.0 InfraCost - upgrade from 0.9.19 -> 0.10.6 TfSec - upgrade from 1.5.0 -> 1.26.0 In addition, Infracost deprecated terraform-parse-hcl flag
- Loading branch information
1 parent
c642aef
commit 27c5c4d
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
plugin "aws" { | ||
enabled = true | ||
version = "0.12.0" | ||
version = "0.14.0" | ||
source = "github.com/terraform-linters/tflint-ruleset-aws" | ||
} | ||
|
||
plugin "google" { | ||
enabled = true | ||
version = "0.15.0" | ||
version = "0.18.0" | ||
source = "github.com/terraform-linters/tflint-ruleset-google" | ||
} | ||
|
||
plugin "azurerm" { | ||
enabled = true | ||
version = "0.14.0" | ||
version = "0.17.0" | ||
source = "github.com/terraform-linters/tflint-ruleset-azurerm" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters