home-cloud/modules/docker_node/vars.tf

23 lines
276 B
Terraform
Raw Normal View History

2019-01-30 19:49:47 +01:00
variable name {
type = "string"
}
variable image {
type = "string"
default = "ubuntu-18.04"
}
variable server_type {
type = "string"
default = "cx11"
}
variable location {
type = "string"
default = "nbg1"
}
variable ssh_key_id {
type = "string"
}