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 v6
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent 61f3bfb commit 17be7f6
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 = "~> 5.0"
version = "~> 6.0"
project_id = var.protected_project_ids["id"]
names = var.buckets_names
randomize_suffix = true
Expand Down

0 comments on commit 17be7f6

Please sign in to comment.