Tong Li c2d9031536 move both ansible and terraform existing workloads to this repository
Change-Id: Ie1091cb4c5bbefa7da8f3d095be33860a56432cc
2016-12-05 11:13:50 -05:00

22 lines
362 B
HCL

variable "cluster_size" {
default = 3
}
variable "cluster_name" {
default = "testing"
}
variable "swarm_version" {
default = "latest"
}
variable "generate_ssl" {
description = "set to 0 if you want to reuse ssl certs"
default = 1
}
variable "fqdn" {
description = "Fully Qualified DNS to add to TLS certs"
default = "swarm.example.com"
}