Clock
3
min read

New Feature: Run Scheduler

Heading

This is some text inside of a div block.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

We hope everyone had a great holiday season and we wanted to start the new year out with a new feature! Starting today, you can set schedules for your Terraform applies. The scheduler will automatically kick off runs without the need for manual intervention or scripting.

With or without Terraform, there is and always will be a need to schedule the deployment of resources. Whether you need to spin up/down a daily development environment to save costs or have a scheduled maintenance window, timing is key to getting automation right. As Terraform makes the automation and creation of resources even easier, there is even a stronger need now to schedule the automation. Previously, this could have been scripted by calling the API or CLI, but why maintain extra code on top of what you have already done in Terraform.

This is where the Scalr run scheduler comes into play.

The run scheduler is a way to automatically trigger a Terraform apply based on a daily schedule, a weekly set day(s)/time, or by a cron schedule.

The scheduler is easy to use. Just add the schedule to a workspace and the runs will automatically trigger when it is time. If the workspace has auto-approval enabled, the run will automatically apply, if auto-approval is not set the plan will be triggered, but the apply will wait for a manual approval. All schedules are based on the UTC timezone, be sure to take that into account when creating the schedule.

Getting started is easy. The run scheduler is available for everyone! Simply go to one of your workspaces and add the schedule.

See the full documentation here.

Enjoy,

Your Friends at Scalr