From 38e989c8b154a4779afb002653e4e8e35bf5109e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:36:23 +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..5a97e0d9 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.4" } template = { source = "hashicorp/template" diff --git a/examples/cloudrun/versions.tf b/examples/cloudrun/versions.tf index 7ef2c713..2a2b3b7c 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 3.53, < 5.0" + version = ">= 3.53, < 5.4" } } required_version = ">= 0.13" diff --git a/examples/cross-project-mig-backend/versions.tf b/examples/cross-project-mig-backend/versions.tf index 1b67e0ad..5a97e0d9 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.4" } 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..d1a0e3a9 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.4" } kubernetes = { source = "hashicorp/kubernetes" diff --git a/examples/https-redirect/versions.tf b/examples/https-redirect/versions.tf index 7584b1c5..d962ca9d 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.4" } template = { source = "hashicorp/template" diff --git a/examples/mig-nat-http-lb/versions.tf b/examples/mig-nat-http-lb/versions.tf index 1b67e0ad..5a97e0d9 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.4" } 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..40ff6644 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.4" } random = { source = "hashicorp/random" diff --git a/examples/multi-mig-http-lb/versions.tf b/examples/multi-mig-http-lb/versions.tf index 1b67e0ad..5a97e0d9 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.4" } template = { source = "hashicorp/template" diff --git a/examples/multiple-certs/versions.tf b/examples/multiple-certs/versions.tf index 9407684e..40ff6644 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.4" } random = { source = "hashicorp/random" diff --git a/examples/shared-vpc/versions.tf b/examples/shared-vpc/versions.tf index 1b67e0ad..5a97e0d9 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.4" } template = { source = "hashicorp/template" diff --git a/modules/dynamic_backends/versions.tf b/modules/dynamic_backends/versions.tf index 095762dd..6fb0ab85 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.50, < 5.0" + version = ">= 4.50, < 5.4" } random = { source = "hashicorp/random" diff --git a/modules/serverless_negs/versions.tf b/modules/serverless_negs/versions.tf index 07332232..c7de0e97 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.50, < 5.0" + version = ">= 4.50, < 5.4" } random = { source = "hashicorp/random" diff --git a/test/setup/versions.tf b/test/setup/versions.tf index 24dbeb35..5a3a06c9 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.40, < 5.0" + version = ">= 4.40, < 5.4" } } } diff --git a/versions.tf b/versions.tf index 0a181446..256fd851 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.4" } google-beta = { source = "hashicorp/google-beta" - version = ">= 4.50, < 5.0" + version = ">= 4.50, < 5.4" } random = { source = "hashicorp/random"