homelab_flarum/terraform/variables.tf
2024-03-05 08:32:15 -06:00

20 lines
399 B
HCL

variable "cloudflare_token" {
type = string
description = "Cloudflare DNS:Edit token"
}
variable "zone_id" {
type = string
description = "The Cloudflare Zone ID"
}
variable "account_id" {
type = string
description = "The Cloudflare Account ID"
}
variable "cname_record" {
type = string
description = "The CNAME record used by the Cloudflared tunnel"
}