From 0f667cdbef1b86cf6362c664bb111245965fd123 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:20:12 +0000 Subject: [PATCH] chore(deps): update terraform google to v7 --- deploy/infrastructure-manager/gcp-credentials-json/main.tf | 2 +- deploy/infrastructure-manager/gcp-elastic-agent/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/infrastructure-manager/gcp-credentials-json/main.tf b/deploy/infrastructure-manager/gcp-credentials-json/main.tf index d882ce494e..24899681fa 100644 --- a/deploy/infrastructure-manager/gcp-credentials-json/main.tf +++ b/deploy/infrastructure-manager/gcp-credentials-json/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.0" + version = "~> 7.0" } } } diff --git a/deploy/infrastructure-manager/gcp-elastic-agent/main.tf b/deploy/infrastructure-manager/gcp-elastic-agent/main.tf index ff40738486..6bb397d807 100644 --- a/deploy/infrastructure-manager/gcp-elastic-agent/main.tf +++ b/deploy/infrastructure-manager/gcp-elastic-agent/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "~> 5.0" + version = "~> 7.0" } null = { source = "hashicorp/null"