infrastructure-ng/terraform/variables.tf
2025-03-05 22:43:20 +01:00

17 lines
238 B
HCL

variable "hcloud_token" {
sensitive = true
type = string
}
variable "dnsimple_token" {
sensitive = true
type = string
}
variable "dnsimple_aaccount_id" {
type = string
}
variable "ssh_keys" {
type = map(string)
}