ソースを参照

Merge pull request #717 from mdr-engineering/feature/jc_MSOCI-2064_TF_Lint_AWS_Plugin_Update

Updates the tflint AWS Plugin
Jeremy Cooper 3 年 前
コミット
b609132014
1 ファイル変更1 行追加1 行削除
  1. 1 1
      terragrunt.hcl

+ 1 - 1
terragrunt.hcl

@@ -71,7 +71,7 @@ generate "tflint_configuration" {
   contents  = <<EOF
 plugin "aws" {
     enabled = true
-    version = "0.13.3"
+    version = "0.15.0"
     source  = "github.com/terraform-linters/tflint-ruleset-aws"
     deep_check = true
 }