github.com/jrasell/terraform@v0.6.17-0.20160523115548-2652f5232949/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 }