mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
19 lines
228 B
HCL
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
|
|
}
|