diff --git a/iac/.tflint.hcl b/iac/.tflint.hcl index e8e0c79..3383e6b 100644 --- a/iac/.tflint.hcl +++ b/iac/.tflint.hcl @@ -5,7 +5,7 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.41.0" + version = "0.42.0" source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = false }