mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 15:04:57 +00:00
.
This commit is contained in:
@@ -13,3 +13,6 @@ resource "google_storage_bucket_object" "startup_script" {
|
|||||||
depends_on = [google_storage_bucket.fancy_store]
|
depends_on = [google_storage_bucket.fancy_store]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
output "fancy_store_name" {
|
||||||
|
value = google_storage_bucket.fancy_store.name
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user