terraform/dns/variables.tf

8 lines
107 B
Terraform
Raw Normal View History

2022-05-30 10:52:40 +00:00
variable "token" {
description = "Linode API token"
}
2022-07-17 20:06:52 +00:00
variable "secret" {
description = "TSIG secret"
}