github.com/miquella/terraform@v0.6.17-0.20160517195040-40db82f25ec0/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  }