This commit is contained in:
gregory hendrickson
2023-03-15 15:13:08 -07:00
parent 4e27db8695
commit 29d61f043f

View File

@@ -13,3 +13,6 @@ resource "google_storage_bucket_object" "startup_script" {
depends_on = [google_storage_bucket.fancy_store]
}
output "fancy_store_name" {
value = google_storage_bucket.fancy_store.name
}