diff --git a/terraform/.tflint.hcl b/terraform/.tflint.hcl index 0326fb41..de505176 100644 --- a/terraform/.tflint.hcl +++ b/terraform/.tflint.hcl @@ -5,6 +5,6 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.26.0" + version = "0.27.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }