2016-01-28 01:48:44 +01:00
|
|
|
variable "clc_username" {
|
|
|
|
default = "<username>"
|
|
|
|
}
|
2016-09-22 13:49:09 +02:00
|
|
|
|
2016-01-28 01:48:44 +01:00
|
|
|
variable "clc_password" {
|
|
|
|
default = "<password>"
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "clc_account" {
|
|
|
|
default = "<alias>"
|
|
|
|
}
|
|
|
|
|
|
|
|
# Ubuntu 14.04
|
|
|
|
variable "image" {
|
|
|
|
default = "ubuntu-14-64-template"
|
|
|
|
}
|
|
|
|
|
|
|
|
variable "app_port" {
|
|
|
|
default = 8080
|
2016-09-22 13:49:09 +02:00
|
|
|
}
|