You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found a bug with the resource terrakube_workspace_schedule !
Step to reproduce:
Create a terrakube_workspace_schedule with an invalid cron expression, for instance "0 2 25 ? * * *". The apply will go well however, when you go on the UI workspace's schedule it will display a blank page and nothing more. Maybe we should check in the provider if the cron expression is valid before sending it to Terrakube ?
Regards!
The text was updated successfully, but these errors were encountered:
I am not really sure if there is any golang library that can validate if a quartz expression is correct to add something like that inside the provider code
Hi !
I just found a bug with the resource
terrakube_workspace_schedule
!Step to reproduce:
terrakube_workspace_schedule
with an invalid cron expression, for instance"0 2 25 ? * * *"
. The apply will go well however, when you go on the UI workspace's schedule it will display a blank page and nothing more. Maybe we should check in the provider if the cron expression is valid before sending it to Terrakube ?Regards!
The text was updated successfully, but these errors were encountered: