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 b7cee53 commit 3f63311Copy full SHA for 3f63311
mmv1/templates/terraform/examples/firebasestorage_bucket_basic.tf.tmpl
@@ -8,5 +8,5 @@ resource "google_storage_bucket" "default" {
8
resource "google_firebase_storage_bucket" "default" {
9
provider = google-beta
10
project = "{{index $.TestEnvVars "project_id"}}"
11
- bucket_id = google_storage_bucket.default.id
+ bucket_id = google_storage_bucket.default.name
12
}
0 commit comments