1dd8c378b9
* spelling: another * spelling: autopilot * spelling: beginning * spelling: circonus * spelling: default * spelling: definition * spelling: distance * spelling: encountered * spelling: enterprise * spelling: expands * spelling: exits * spelling: formatting * spelling: health * spelling: hierarchy * spelling: imposed * spelling: independence * spelling: inspect * spelling: last * spelling: latest * spelling: client * spelling: message * spelling: minimum * spelling: notify * spelling: nonexistent * spelling: operator * spelling: payload * spelling: preceded * spelling: prepared * spelling: programmatically * spelling: required * spelling: reconcile * spelling: responses * spelling: request * spelling: response * spelling: results * spelling: retrieve * spelling: service * spelling: significantly * spelling: specifies * spelling: supported * spelling: synchronization * spelling: synchronous * spelling: themselves * spelling: unexpected * spelling: validations * spelling: value
27 lines
404 B
HCL
27 lines
404 B
HCL
variable "do_token" {}
|
|
|
|
variable "key_path" {}
|
|
|
|
variable "ssh_key_ID" {}
|
|
|
|
variable "region" {}
|
|
|
|
variable "num_instances" {}
|
|
|
|
# Default OS
|
|
|
|
variable "ubuntu" {
|
|
description = "Default LTS"
|
|
default = "ubuntu-14-04-x64"
|
|
}
|
|
|
|
variable "centos" {
|
|
description = "Default Centos"
|
|
default = "centos-72-x64"
|
|
}
|
|
|
|
variable "coreos" {
|
|
description = "Default Coreos"
|
|
default = "coreos-899.17.0"
|
|
}
|