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

     1  ### ECS With special SLB and SecurityGroup Example
     2  
     3  The example launches 6 ECS and create it on special SLB and securityGroup.
     4  Also additional first and second instance to the SLB backend server.
     5  The variables.tf can let you create specify parameter instances, such as image_id, ecs_type etc.
     6  
     7  ### Get up and running
     8  
     9  * Planning phase
    10  
    11  		terraform plan 
    12  
    13  * Apply phase
    14  
    15  		terraform apply 
    16  
    17  
    18  * Destroy 
    19  
    20  		terraform destroy