Skip to content

Commit 3f63311

Browse files
authored
bucket_id uses name instead of id (#15503)
1 parent b7cee53 commit 3f63311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/templates/terraform/examples/firebasestorage_bucket_basic.tf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ resource "google_storage_bucket" "default" {
88
resource "google_firebase_storage_bucket" "default" {
99
provider = google-beta
1010
project = "{{index $.TestEnvVars "project_id"}}"
11-
bucket_id = google_storage_bucket.default.id
11+
bucket_id = google_storage_bucket.default.name
1212
}

0 commit comments

Comments
 (0)