mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
s
This commit is contained in:
@@ -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
|
||||
}
|
||||
3
modules/storage/variables.tf
Normal file
3
modules/storage/variables.tf
Normal file
@@ -0,0 +1,3 @@
|
||||
variable "project_id" {
|
||||
description = "ID of the Google Cloud project"
|
||||
}
|
||||
Reference in New Issue
Block a user