mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
21 lines
242 B
HCL
Executable file
21 lines
242 B
HCL
Executable file
variable host {
|
|
type = "string"
|
|
}
|
|
|
|
variable type {
|
|
type = "string"
|
|
default = "ipv4"
|
|
}
|
|
|
|
variable server_id {
|
|
type = "string"
|
|
}
|
|
|
|
variable server_ip {
|
|
type = "string"
|
|
}
|
|
|
|
variable location {
|
|
type = "string"
|
|
default = "nbg1"
|
|
}
|