diff --git a/.config/tflint.hcl b/.config/tflint.hcl index 4cef421..4976326 100644 --- a/.config/tflint.hcl +++ b/.config/tflint.hcl @@ -10,7 +10,7 @@ plugin "terraform" { plugin "aws" { source = "github.com/terraform-linters/tflint-ruleset-aws" - version = "0.33.0" + version = "0.34.0" enabled = true deep_check = true diff --git a/.tflint.hcl b/.tflint.hcl index b6a1516..b53d2dd 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -1,6 +1,6 @@ plugin "aws" { source = "github.com/terraform-linters/tflint-ruleset-aws" - version = "0.33.0" + version = "0.34.0" enabled = true