diff --git a/.tflint.hcl b/.tflint.hcl index edaf3d3..9acbec7 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -2,7 +2,7 @@ ## ruleset: https://github.com/terraform-linters/tflint-ruleset-google/blob/master/docs/rules/README.md plugin "google" { enabled = true - version = "0.23.1" + version = "0.24.0" source = "github.com/terraform-linters/tflint-ruleset-google" }