Files
code-server/variables.tf
Tommy Parnell 4ebe5fd413 changes
2022-06-22 20:27:04 -04:00

22 lines
296 B
HCL

variable "do_token" {
type = string
}
variable "cloudflare_email" {
type = string
}
variable "cloudflare_api_token" {
type = string
}
variable "cloudflare_zone" {
type = string
}
variable "ssh_keys" {
type = list(string)
}
variable "dns_name" {
type = string
default = "ide"
}