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 e2ef692 commit 599026eCopy full SHA for 599026e
examples/multiple_buckets/main.tf
@@ -22,7 +22,7 @@ resource "random_string" "prefix" {
22
23
module "cloud_storage" {
24
source = "terraform-google-modules/cloud-storage/google"
25
- version = "~> 10.0"
+ version = "~> 11.0"
26
27
project_id = var.project_id
28
examples/simple_bucket/main.tf
@@ -16,7 +16,7 @@
16
17
module "bucket" {
18
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
19
20
21
name = "${var.project_id}-bucket"
0 commit comments