mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
14 lines
No EOL
175 B
HCL
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
|
|
} |