nixfiles/tf/gmail_dns/variables.tf
2025-07-13 05:10:57 -07:00

14 lines
No EOL
170 B
HCL

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