diff --git a/terraform/provider.tf b/terraform/provider.tf index b558628..a9f56b2 100644 --- a/terraform/provider.tf +++ b/terraform/provider.tf @@ -23,7 +23,7 @@ provider "google" { // Pins the version of the "template" provider provider "template" { - version = "~> 2.1.2" + version = "~> 2.2.0" } // Pins the version of the "null" provider