tf/modules/swarm/traefik/variables.tf

4 lines
136 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
}