railiance-infra/terraform/hetzner/variables.tf

12 lines
290 B
Terraform
Raw Normal View History

variable "hcloud_token" {
description = "Hetzner Cloud API token"
type = string
sensitive = true
}
variable "inventory_yaml" {
description = "Optional inventory YAML for isolated tests; normal runs use inventory/servers.yaml"
type = string
default = null
}