devops/shuttles/terraform/variables.tf

5 lines
116 B
HCL

variable "hdns_token" {
type = string
description = "Hetzner DNS API token used to create DNS records"
}