nixfiles/tf/gmail_dns/variables.tf
2024-06-08 17:25:08 -07:00

14 lines
No EOL
175 B
HCL

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