mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
.
This commit is contained in:
@@ -9,4 +9,7 @@ resource "google_storage_bucket_object" "startup_script" {
|
|||||||
bucket = google_storage_bucket.fancy_store.name
|
bucket = google_storage_bucket.fancy_store.name
|
||||||
source = "${path.module}/startup-script.sh"
|
source = "${path.module}/startup-script.sh"
|
||||||
content_type = "text/plain"
|
content_type = "text/plain"
|
||||||
|
}
|
||||||
|
variable "project_id" {
|
||||||
|
|
||||||
}
|
}
|
||||||
10
variables.tf
10
variables.tf
@@ -2,13 +2,3 @@ variable "project_id" {
|
|||||||
type = string
|
type = string
|
||||||
description = "The ID of the project to deploy resources into"
|
description = "The ID of the project to deploy resources into"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "region" {
|
|
||||||
type = string
|
|
||||||
description = "The region to deploy resources into"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "zone" {
|
|
||||||
type = string
|
|
||||||
description = "The zone in which resource to be deployed"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user