From fc2f0845a839a98d11a78d3194b8c6dedccadf06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:31:55 -0700 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v8 (#170) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/simple_example_with_ingress_rule/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple_example_with_ingress_rule/main.tf b/examples/simple_example_with_ingress_rule/main.tf index b7e6b16..c7752ab 100644 --- a/examples/simple_example_with_ingress_rule/main.tf +++ b/examples/simple_example_with_ingress_rule/main.tf @@ -90,7 +90,7 @@ module "regular_service_perimeter_1" { module "gcs_buckets" { source = "terraform-google-modules/cloud-storage/google" - version = "~> 6.0" + version = "~> 8.0" project_id = var.protected_project_ids["id"] names = var.buckets_names randomize_suffix = true