2018-09-15 01:18:57 +02:00
|
|
|
variable "region" {
|
|
|
|
|
default = "par1"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "architecture" {
|
|
|
|
|
default = "x86_64"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "image" {
|
2019-04-04 02:25:38 +02:00
|
|
|
default = "Ubuntu Bionic"
|
2018-09-15 01:18:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "master_instance_type" {
|
2019-04-04 02:25:38 +02:00
|
|
|
default = "DEV1-S"
|
2018-09-15 01:18:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
variable "master_instance_count" {
|
2019-04-04 02:25:38 +02:00
|
|
|
default = 1
|
2018-09-15 01:18:57 +02:00
|
|
|
}
|
|
|
|
|
|
2019-04-04 02:25:38 +02:00
|
|
|
variable "node_instance_type" {
|
|
|
|
|
default = "DEV1-S"
|
2018-09-15 01:18:57 +02:00
|
|
|
}
|
|
|
|
|
|
2019-04-04 02:25:38 +02:00
|
|
|
variable "node_instance_count" {
|
|
|
|
|
default = 2
|
2018-09-15 01:18:57 +02:00
|
|
|
}
|
2019-08-15 17:51:57 +02:00
|
|
|
|
2019-08-17 23:58:36 +02:00
|
|
|
variable "lb_ip" {
|
|
|
|
|
default = "51.159.26.139"
|
|
|
|
|
}
|