infrastructure-ng/id.tjo.space/terraform/variables.tf
2025-03-06 21:11:57 +01:00

21 lines
281 B
HCL

variable "hcloud_token" {
sensitive = true
type = string
}
variable "dnsimple_token" {
sensitive = true
type = string
}
variable "dnsimple_account_id" {
type = string
}
variable "ssh_keys" {
type = map(string)
}
variable "nodes" {
type = list(string)
}