diff --git a/infra/versions.tf b/infra/versions.tf index 07a504c..4b15820 100644 --- a/infra/versions.tf +++ b/infra/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 6, < 8" + version = ">= 6, < 9" } google-beta = { source = "hashicorp/google-beta" - version = ">= 6, < 8" + version = ">= 6, < 9" } random = { source = "hashicorp/random"