Files
GSP662/variables.tf
gregory hendrickson e9964c2141 commit new all
2023-03-15 11:40:32 -07:00

8 lines
121 B
HCL

variable "project_id" {}
variable "region" {
default = "us-central1"
}
variable "zone" {
default = "us-central1-f"
}