Skip to content

Commit e7c1a51

Browse files
chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v9 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aea8860 commit e7c1a51

File tree

1 file changed

+1
-1
lines changed
  • examples/simple_example_with_ingress_rule

1 file changed

+1
-1
lines changed

examples/simple_example_with_ingress_rule/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module "regular_service_perimeter_1" {
9090

9191
module "gcs_buckets" {
9292
source = "terraform-google-modules/cloud-storage/google"
93-
version = "~> 8.0"
93+
version = "~> 9.0"
9494
project_id = var.protected_project_ids["id"]
9595
names = var.buckets_names
9696
randomize_suffix = true

0 commit comments

Comments
 (0)