github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/examples/alicloud-ecs-vpc-cluster/README.md (about)

     1  ### VPC Cluster Example
     2  
     3  The example launches VPC cluster, include VPC, VSwitch, Nategateway, ECS, SecurityGroups. the example used the "module" to create instances. The variables.tf can let you create specify parameter instances, such as image_id, ecs_type, count etc.
     4  
     5  ### Get up and running
     6  
     7  * Planning phase
     8  
     9  		terraform plan 
    10      		
    11  
    12  * Apply phase
    13  
    14  		terraform apply 
    15  		   
    16  
    17  * Destroy 
    18  
    19  		terraform destroy