diff --git a/.tflint.hcl b/.tflint.hcl index 8a97a43..fb18256 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -44,6 +44,6 @@ rule "terraform_standard_module_structure" { enabled = true } plugin "aws" { enabled = true - version = "0.35.0" + version = "0.36.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }