Files
GSP662/variables.tf
gregory hendrickson d345ee1d49 .
2023-03-15 13:45:39 -07:00

14 lines
317 B
HCL

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"
}