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 6445187 commit 8c10168Copy full SHA for 8c10168
examples/external-lb-backend-bucket/main.tf
@@ -35,7 +35,7 @@ module "lb-backend" {
35
36
module "gcs" {
37
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
38
- version = "~> 10.0"
+ version = "~> 12.0"
39
40
project_id = var.project_id
41
location = "us-central1"
0 commit comments