github.com/ggriffiths/terraform@v0.9.0-beta1.0.20170222213024-79c4935604cb/examples/alicloud-ecs-userdata/variables.tf (about)

     1  variable "vpc_cidr" {
     2    default = "172.16.0.0/12"
     3  }
     4  
     5  variable "vswitch_cidr" {
     6    default = "172.16.0.0/21"
     7  }
     8  
     9  variable "zone" {
    10    default = "cn-beijing-b"
    11  }
    12  
    13  variable "image" {
    14    default = "ubuntu_140405_32_40G_cloudinit_20161115.vhd"
    15  }
    16  
    17  variable "ecs_type" {
    18    default = "ecs.n1.medium"
    19  }