nixfiles/tf/gmail_dns/variables.tf
2025-12-04 02:44:38 -08:00

19 lines
228 B
HCL

variable "cloudflare_api_key" {
sensitive = true
}
variable "zone_id" {
type = string
}
variable "dkim" {
type = string
}
variable "zone_name" {
type = string
}
variable "enable" {
type = bool
default = true
}