athens/terraform/variables.tf

7 lines
88 B
HCL

variable "cloudflare_token" {
type = string
}
variable "do_token" {
type = string
}