terraform/dns/variables.tf

8 lines
107 B
HCL

variable "token" {
description = "Linode API token"
}
variable "secret" {
description = "TSIG secret"
}