Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02994-7685-7940-bf34-3555b8256018
11 lines
290 B
HCL
11 lines
290 B
HCL
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
|
|
}
|