home-cloud/modules/floating_ip/vars.tf

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"
}