diff --git a/.tflint.hcl b/.tflint.hcl index 7386e47..bb7920f 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -44,6 +44,6 @@ rule "terraform_standard_module_structure" { enabled = true } plugin "aws" { enabled = true - version = "0.23.0" + version = "0.23.1" source = "github.com/terraform-linters/tflint-ruleset-aws" }