diff --git a/.tflint.hcl b/.tflint.hcl index f2f8862..c16d6ae 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -1,12 +1,12 @@ plugin "aws" { enabled = true - version = "0.23.0" + version = "0.23.1" source = "github.com/terraform-linters/tflint-ruleset-aws" } plugin "terraform" { enabled = true - version = "0.3.0" + version = "0.4.0" source = "github.com/terraform-linters/tflint-ruleset-terraform" }