Files
code-server/variables.tf
Tommy Parnell e31b95c638 f
2022-08-30 14:05:37 -04:00

21 lines
295 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"
}