From b2de9fb78d60bf4a8597adc8ed7dacaaf892eadb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:17:09 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v9 (#376) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 291d416b..87af4ec0 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 = "~> 8.0" + version = "~> 9.0" project_id = var.project_id diff --git a/examples/simple_bucket/main.tf b/examples/simple_bucket/main.tf index dfab80ad..c83ab2d0 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 = "~> 8.0" + version = "~> 9.0" name = "${var.project_id}-bucket" project_id = var.project_id