From 4b2b681e031fa81c9821e7cb4b6932e6461ea3e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:22:45 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v12 --- examples/multiple_buckets/main.tf | 2 +- examples/simple_bucket/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/multiple_buckets/main.tf b/examples/multiple_buckets/main.tf index 5cc1d276..debfb1bb 100644 --- a/examples/multiple_buckets/main.tf +++ b/examples/multiple_buckets/main.tf @@ -22,7 +22,7 @@ resource "random_string" "prefix" { module "cloud_storage" { source = "terraform-google-modules/cloud-storage/google" - version = "~> 11.0" + version = "~> 12.0" project_id = var.project_id diff --git a/examples/simple_bucket/main.tf b/examples/simple_bucket/main.tf index c8769e00..fe42c64a 100644 --- a/examples/simple_bucket/main.tf +++ b/examples/simple_bucket/main.tf @@ -16,7 +16,7 @@ module "bucket" { source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket" - version = "~> 11.0" + version = "~> 12.0" name = "${var.project_id}-bucket" project_id = var.project_id