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 e4b5d9a commit 5c9cdd4Copy full SHA for 5c9cdd4
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