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

10 lines
201 B
Terraform
Raw Normal View History

2024-02-17 06:41:51 +00:00
variable "dns_zone" {
description = "The dns zone"
type = string
}
variable "dns_records" {
description = "A map containing the dns record configuration"
type = list(map(any))
}