1
0
Fork 0
home-stack-kustomize/terraform/modules/cloudflare_site/variables.tf

10 lines
201 B
HCL

variable "dns_zone" {
description = "The dns zone"
type = string
}
variable "dns_records" {
description = "A map containing the dns record configuration"
type = list(map(any))
}