20 lines
239 B
HCL
20 lines
239 B
HCL
variable "hcloud_token" {
|
|
# default = <your-api-token>
|
|
}
|
|
|
|
variable "location" {
|
|
default = "hel1"
|
|
}
|
|
variable "instances" {
|
|
default = "1"
|
|
}
|
|
|
|
variable "server_type" {
|
|
default = "cpx11"
|
|
}
|
|
|
|
variable "os_type" {
|
|
default = "rocky-8"
|
|
}
|
|
|