File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scoped_example_with_egress_rule
scoped_example_with_ingress_rule Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ module "regular_service_perimeter_1" {
121121
122122module "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
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ module "regular_service_perimeter_1" {
138138
139139module "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
You can’t perform that action at this time.
0 commit comments