diff --git a/.tflint.hcl b/.tflint.hcl index 18ff4c7..1f86cbd 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -45,7 +45,7 @@ rule "terraform_standard_module_structure" { enabled = true } plugin "google" { enabled = true - version = "0.26.0" + version = "0.30.0" source = "github.com/terraform-linters/tflint-ruleset-google" }