From ee701bde04c2982a043f23465b50fd906d426b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:08:39 +0000 Subject: [PATCH] chore(terraform): update hashicorp/google requirement from ~> 5.0 to ~> 7.41 Updates the requirements on [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-google/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-google/commits/v7.41.0) --- updated-dependencies: - dependency-name: hashicorp/google dependency-version: 7.41.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infrastructure/terraform/modules/database/main.tf | 2 +- infrastructure/terraform/modules/gke_cluster/main.tf | 2 +- infrastructure/terraform/modules/monitoring/main.tf | 2 +- infrastructure/terraform/modules/networking/main.tf | 2 +- infrastructure/terraform/modules/redis/main.tf | 2 +- infrastructure/terraform/modules/security/main.tf | 2 +- infrastructure/terraform/modules/storage/main.tf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/infrastructure/terraform/modules/database/main.tf b/infrastructure/terraform/modules/database/main.tf index bd51ece..99550a6 100644 --- a/infrastructure/terraform/modules/database/main.tf +++ b/infrastructure/terraform/modules/database/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.0" + version = "~> 7.41" } random = { source = "hashicorp/random" diff --git a/infrastructure/terraform/modules/gke_cluster/main.tf b/infrastructure/terraform/modules/gke_cluster/main.tf index 22a157f..ed98e9c 100644 --- a/infrastructure/terraform/modules/gke_cluster/main.tf +++ b/infrastructure/terraform/modules/gke_cluster/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.0" + version = "~> 7.41" } } } diff --git a/infrastructure/terraform/modules/monitoring/main.tf b/infrastructure/terraform/modules/monitoring/main.tf index e1e1634..e8de3c8 100644 --- a/infrastructure/terraform/modules/monitoring/main.tf +++ b/infrastructure/terraform/modules/monitoring/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.0" + version = "~> 7.41" } } } diff --git a/infrastructure/terraform/modules/networking/main.tf b/infrastructure/terraform/modules/networking/main.tf index c70e9a1..5a5d876 100644 --- a/infrastructure/terraform/modules/networking/main.tf +++ b/infrastructure/terraform/modules/networking/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.0" + version = "~> 7.41" } } } diff --git a/infrastructure/terraform/modules/redis/main.tf b/infrastructure/terraform/modules/redis/main.tf index 8142d19..ff8ef94 100644 --- a/infrastructure/terraform/modules/redis/main.tf +++ b/infrastructure/terraform/modules/redis/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.0" + version = "~> 7.41" } } } diff --git a/infrastructure/terraform/modules/security/main.tf b/infrastructure/terraform/modules/security/main.tf index a40b233..fbbfd65 100644 --- a/infrastructure/terraform/modules/security/main.tf +++ b/infrastructure/terraform/modules/security/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.0" + version = "~> 7.41" } } } diff --git a/infrastructure/terraform/modules/storage/main.tf b/infrastructure/terraform/modules/storage/main.tf index f3931af..4b8ee64 100644 --- a/infrastructure/terraform/modules/storage/main.tf +++ b/infrastructure/terraform/modules/storage/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.0" + version = "~> 7.41" } } }