infra-faucet/variables.tf

21 lines
459 B
HCL

/* REQUIRED -------------------------------------*/
variable "cloudflare_token" {
description = "Token for interacting with Cloudflare API."
}
variable "cloudflare_email" {
description = "Email address of Cloudflare account."
}
variable "cloudflare_account" {
description = "ID of CloudFlare Account."
}
/* GENERAL --------------------------------------*/
variable "domain" {
description = "DNS Domain to update"
default = "statusim.net"
}