From c0f1ee396190a959d8caaa76a1acb12120d853f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 08:17:27 +0000 Subject: [PATCH] Update GoogleCloudPlatform/cloud-armor/google requirement from ~> 7 to ~> 8 Updates the requirements on [GoogleCloudPlatform/cloud-armor/google](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor) to permit the latest version. - [Release notes](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/releases) - [Changelog](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: GoogleCloudPlatform/cloud-armor/google dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tofu/module/cloud_armor.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tofu/module/cloud_armor.tf b/tofu/module/cloud_armor.tf index 5a15405..bd0adec 100644 --- a/tofu/module/cloud_armor.tf +++ b/tofu/module/cloud_armor.tf @@ -9,7 +9,7 @@ data "http" "github_meta" { module "cloud_armor" { source = "GoogleCloudPlatform/cloud-armor/google" - version = "~> 7" + version = "~> 8" name = "amaurot" project_id = data.google_project.project.project_id