1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
variable servers { type = number }
variable datacenter { type = string }
variable image { type = string }
variable instance_type { type = string }
variable stackscript_id { type = number }
variable authorized_users { type = list(string) }
variable ca_host { type = string }
variable ca_key { type = string }
variable consul_version { type = string }
variable vault_version { type = string }
variable consul_server_ips { type = list(string) }
// vim: set expandtab shiftwidth=2 tabstop=2: