Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/cloud-storage/…
Browse files Browse the repository at this point in the history
…google to v7
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 1ad426b commit f9acf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_example_with_ingress_rule/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module "regular_service_perimeter_1" {

module "gcs_buckets" {
source = "terraform-google-modules/cloud-storage/google"
version = "~> 6.0"
version = "~> 7.0"
project_id = var.protected_project_ids["id"]
names = var.buckets_names
randomize_suffix = true
Expand Down

0 comments on commit f9acf26

Please sign in to comment.