variable "clc_username" { default = "" } variable "clc_password" { default = "" } variable "clc_account" { default = "" } # Ubuntu 14.04 variable "image" { default = "ubuntu-14-64-template" } variable "app_port" { default = 8080 }