From 18c964bbad6d4857e88955b819c6e14ced203e00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:04:54 +0000 Subject: [PATCH] feat(deps): Update Terraform Google Provider to v5 --- examples/cdn-policy/versions.tf | 4 ++-- examples/cloudrun/versions.tf | 4 ++-- examples/cross-project-mig-backend/versions.tf | 4 ++-- examples/https-gke/gke-node-port/versions.tf | 2 +- examples/https-redirect/versions.tf | 4 ++-- examples/mig-nat-http-lb/versions.tf | 4 ++-- examples/multi-backend-multi-mig-bucket-https-lb/versions.tf | 4 ++-- examples/multi-mig-http-lb/versions.tf | 4 ++-- examples/multiple-certs/versions.tf | 4 ++-- examples/shared-vpc/versions.tf | 4 ++-- modules/dynamic_backends/versions.tf | 4 ++-- modules/serverless_negs/versions.tf | 4 ++-- test/setup/versions.tf | 4 ++-- versions.tf | 4 ++-- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/examples/cdn-policy/versions.tf b/examples/cdn-policy/versions.tf index 1b67e0ad..53d65134 100644 --- a/examples/cdn-policy/versions.tf +++ b/examples/cdn-policy/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.2" } template = { source = "hashicorp/template" diff --git a/examples/cloudrun/versions.tf b/examples/cloudrun/versions.tf index 7ef2c713..c3fc2d8b 100644 --- a/examples/cloudrun/versions.tf +++ b/examples/cloudrun/versions.tf @@ -18,11 +18,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } } required_version = ">= 0.13" diff --git a/examples/cross-project-mig-backend/versions.tf b/examples/cross-project-mig-backend/versions.tf index 1b67e0ad..53d65134 100644 --- a/examples/cross-project-mig-backend/versions.tf +++ b/examples/cross-project-mig-backend/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.2" } template = { source = "hashicorp/template" diff --git a/examples/https-gke/gke-node-port/versions.tf b/examples/https-gke/gke-node-port/versions.tf index 0c73eb4c..66244d43 100644 --- a/examples/https-gke/gke-node-port/versions.tf +++ b/examples/https-gke/gke-node-port/versions.tf @@ -18,7 +18,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.90, < 5.0" + version = ">= 3.90, < 5.2" } kubernetes = { source = "hashicorp/kubernetes" diff --git a/examples/https-redirect/versions.tf b/examples/https-redirect/versions.tf index 7584b1c5..ffc0755e 100644 --- a/examples/https-redirect/versions.tf +++ b/examples/https-redirect/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.2" } template = { source = "hashicorp/template" diff --git a/examples/mig-nat-http-lb/versions.tf b/examples/mig-nat-http-lb/versions.tf index 1b67e0ad..53d65134 100644 --- a/examples/mig-nat-http-lb/versions.tf +++ b/examples/mig-nat-http-lb/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.2" } template = { source = "hashicorp/template" diff --git a/examples/multi-backend-multi-mig-bucket-https-lb/versions.tf b/examples/multi-backend-multi-mig-bucket-https-lb/versions.tf index 9407684e..c69044bf 100644 --- a/examples/multi-backend-multi-mig-bucket-https-lb/versions.tf +++ b/examples/multi-backend-multi-mig-bucket-https-lb/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.2" } random = { source = "hashicorp/random" diff --git a/examples/multi-mig-http-lb/versions.tf b/examples/multi-mig-http-lb/versions.tf index 1b67e0ad..53d65134 100644 --- a/examples/multi-mig-http-lb/versions.tf +++ b/examples/multi-mig-http-lb/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.2" } template = { source = "hashicorp/template" diff --git a/examples/multiple-certs/versions.tf b/examples/multiple-certs/versions.tf index 9407684e..c69044bf 100644 --- a/examples/multiple-certs/versions.tf +++ b/examples/multiple-certs/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.2" } random = { source = "hashicorp/random" diff --git a/examples/shared-vpc/versions.tf b/examples/shared-vpc/versions.tf index 1b67e0ad..53d65134 100644 --- a/examples/shared-vpc/versions.tf +++ b/examples/shared-vpc/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.2" } template = { source = "hashicorp/template" diff --git a/modules/dynamic_backends/versions.tf b/modules/dynamic_backends/versions.tf index 095762dd..79de45d4 100644 --- a/modules/dynamic_backends/versions.tf +++ b/modules/dynamic_backends/versions.tf @@ -20,11 +20,11 @@ terraform { google = { source = "hashicorp/google" - version = ">= 4.50, < 5.0" + version = ">= 4.50, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.50, < 5.0" + version = ">= 4.50, < 5.2" } random = { source = "hashicorp/random" diff --git a/modules/serverless_negs/versions.tf b/modules/serverless_negs/versions.tf index 07332232..b200859e 100644 --- a/modules/serverless_negs/versions.tf +++ b/modules/serverless_negs/versions.tf @@ -20,11 +20,11 @@ terraform { google = { source = "hashicorp/google" - version = ">= 4.50, < 5.0" + version = ">= 4.50, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.50, < 5.0" + version = ">= 4.50, < 5.2" } random = { source = "hashicorp/random" diff --git a/test/setup/versions.tf b/test/setup/versions.tf index 24dbeb35..45e82217 100644 --- a/test/setup/versions.tf +++ b/test/setup/versions.tf @@ -19,11 +19,11 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = ">= 3.32, < 5.0" + version = ">= 3.32, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.2" } } } diff --git a/versions.tf b/versions.tf index 0a181446..c95a17d8 100644 --- a/versions.tf +++ b/versions.tf @@ -20,11 +20,11 @@ terraform { google = { source = "hashicorp/google" - version = ">= 4.50, < 5.0" + version = ">= 4.50, < 5.2" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.50, < 5.0" + version = ">= 4.50, < 5.2" } random = { source = "hashicorp/random"