16 lines
232 B
HCL
16 lines
232 B
HCL
variable "hcloud_token" {
|
|
sensitive = true
|
|
# default = <defined in secret.auto.tfvars>
|
|
}
|
|
|
|
variable "location" {
|
|
default = "nbg1"
|
|
}
|
|
|
|
variable "server_type" {
|
|
default = "cx11"
|
|
}
|
|
|
|
variable "os_type" {
|
|
default = "debian-11"
|
|
}
|