mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-15 07:00:14 -04:00
* add docs * add new resource ess * add examples * update aliyun go * merge master * fix ci
17 lines
246 B
Markdown
17 lines
246 B
Markdown
### ESS scaling schedule Example
|
|
|
|
The example launches ESS schedule task, which will create ECS by the schedule time.
|
|
|
|
### Get up and running
|
|
|
|
* Planning phase
|
|
|
|
terraform plan
|
|
|
|
* Apply phase
|
|
|
|
terraform apply
|
|
|
|
* Destroy
|
|
|
|
terraform destroy |