terraform/examples/alicloud-ecs-zone-type
demonwy ffc5a06cb5 provider/alicloud: change create ecs postpaid instance API (#12226)
* change create ecs postpaid instance API form createInstance to runInstances, support BusinessInfo and userdata

* update sdk vendor
2017-03-15 16:50:17 +02:00
..
README.md update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
main.tf provider/alicloud: change create ecs postpaid instance API (#12226) 2017-03-15 16:50:17 +02:00
outputs.tf update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
variables.tf update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00

README.md

Ecs Instance Type Data Source Example

The example launches Ecs instance type Data Resource. Then set ecs parameter instance_type refer to the Data Resource config above.

Get up and running

  • Planning phase

      terraform plan 
    
  • Apply phase

      terraform apply 
    
  • Destroy

      terraform destroy