Files
tofu/variables.tf
2026-05-18 13:01:32 -05:00

12 lines
193 B
Terraform

variable "hcloud_token" {
sensitive = true
}
variable "ssh_key_name" {
description = "Name of the SSH key registered in your Hetzner account"
}
variable "location" {
default = "nbg1"
}