This commit is contained in:
gregory hendrickson
2023-03-15 13:45:39 -07:00
parent c469d87606
commit d345ee1d49

View File

@@ -2,3 +2,13 @@ variable "project_id" {
type = string
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"
}