infrastructure-ng/terraform/variables.tf

18 lines
238 B
Terraform
Raw Normal View History

2025-03-05 21:43:20 +00:00
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)
}