github.com/adrian-bl/terraform@v0.7.0-rc2.0.20160705220747-de0a34fc3517/examples/clc/variables.tf (about) 1 variable "clc_username" { 2 default = "<username>" 3 } 4 variable "clc_password" { 5 default = "<password>" 6 } 7 8 variable "clc_account" { 9 default = "<alias>" 10 } 11 12 # Ubuntu 14.04 13 variable "image" { 14 default = "ubuntu-14-64-template" 15 } 16 17 variable "app_port" { 18 default = 8080 19 }