khuedoan-homelab/external/variables.tf

26 lines
334 B
HCL

variable "cloudflare_email" {
type = string
}
variable "cloudflare_api_key" {
type = string
sensitive = true
}
variable "cloudflare_account_id" {
type = string
}
variable "zerotier_central_token" {
type = string
}
variable "ntfy" {
type = object({
url = string
topic = string
})
sensitive = true
}