athens/terraform/variables.tf

7 lines
88 B
Terraform
Raw Normal View History

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