hcornet 586bc14eee
Some checks failed
terraform validation / Terraform (push) Failing after 7s
first sync
2025-01-02 21:13:02 +01:00

5 lines
122 B
HCL

variable "zone_name" {
description = "the DNS zone to manage"
type = string
default = "tips-of-mine.fr"
}