Skip to content

Commit eef8fcb

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

File tree

2 files changed

+2
-2
lines changed
  • examples
    • scoped_example_with_egress_rule
    • scoped_example_with_ingress_rule

2 files changed

+2
-2
lines changed

examples/scoped_example_with_egress_rule/main.tf

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

122122
module "gcs_buckets" {
123123
source = "terraform-google-modules/cloud-storage/google"
124-
version = "~> 10.0"
124+
version = "~> 11.0"
125125
project_id = var.public_project_ids["id"]
126126
names = var.buckets_names
127127
randomize_suffix = true

examples/scoped_example_with_ingress_rule/main.tf

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

139139
module "gcs_buckets" {
140140
source = "terraform-google-modules/cloud-storage/google"
141-
version = "~> 10.0"
141+
version = "~> 11.0"
142142
project_id = var.public_project_ids["id"]
143143
names = var.buckets_names
144144
randomize_suffix = true

0 commit comments

Comments
 (0)