home-cloud/modules/floating_ip/vars.tf

22 lines
242 B
Terraform
Raw Normal View History

2019-01-30 19:49:47 +01:00
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"
}