github.com/serbaut/terraform@v0.6.12-0.20160607213102-ac2d195cc560/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  }