Files
code-server/variables.tf
Tommy Parnell 6811141737 missed a file
2022-06-22 18:31:49 -04:00

17 lines
242 B
HCL

variable "do_token" {
type = string
}
variable "cloudflare_email" {
type = string
}
variable "cloudflare_api_key" {
type = string
}
variable "cloudflare_zone" {
type = string
}
variable "ssh_keys" {
type = list(string)
}