From abca7618e2ddfd0adffc3c94c32c89740a2b7d4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 01:07:14 +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