tf/modules/swarm/traefik/variables.tf

5 lines
137 B
Terraform
Raw Normal View History

variable "hetzner_dns_api_token" {
description = "Hetzner DNS API token used to solve ACME DNS-01 challenges"
type = string
2024-01-25 19:25:52 +01:00
}