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