github.com/paybyphone/terraform@v0.9.5-0.20170613192930-9706042ddd51/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