12 lines
193 B
Terraform
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"
|
|
}
|