This commit is contained in:
gregory hendrickson
2023-03-15 15:18:18 -07:00
parent c9c17bd448
commit 5e709d6fe6
2 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ 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
}

View File

@@ -0,0 +1,3 @@
variable "project_id" {
description = "ID of the Google Cloud project"
}