diff --git a/infra/versions.tf b/infra/versions.tf index 60271f88..2d564407 100644 --- a/infra/versions.tf +++ b/infra/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.7.1" + version = ">= 3.53, < 5.8.1" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.53, < 5.7.1" + version = ">= 3.53, < 5.8.1" } random = { source = "hashicorp/random"