github.com/andresvia/terraform@v0.6.15-0.20160412045437-d51c75946785/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  }