Skip to content

Commit

Permalink
SCALRCORE-21039 - Scalr Provider > Add support for Run Scheduler [API…
Browse files Browse the repository at this point in the history
…_BRANCH]
  • Loading branch information
soltysss committed Apr 29, 2022
1 parent 5611f1d commit 0bcec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalr/resource_scalr_workspace_run_schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func resourceScalrWorkspaceRunScheduleCreate(d *schema.ResourceData, meta interf
options.DestroySchedule = d.Get("destroy_schedule").(string)

log.Printf(
"[DEBUG] Setting run schdules for workspace ID: %s, apply: %s, destroy: %s",
"[DEBUG] Setting run schedules for workspace ID: %s, apply: %s, destroy: %s",
workspaceId,
options.ApplySchedule,
options.DestroySchedule,
Expand Down

0 comments on commit 0bcec75

Please sign in to comment.