We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea8860 commit e7c1a51Copy full SHA for e7c1a51
examples/simple_example_with_ingress_rule/main.tf
@@ -90,7 +90,7 @@ module "regular_service_perimeter_1" {
90
91
module "gcs_buckets" {
92
source = "terraform-google-modules/cloud-storage/google"
93
- version = "~> 8.0"
+ version = "~> 9.0"
94
project_id = var.protected_project_ids["id"]
95
names = var.buckets_names
96
randomize_suffix = true
0 commit comments