I’m using terraform to modify the trigger type from ‘SCHEDULED’ to ‘ON_DEMAND’. However once the changes are applied it causes the workflow to trigger instantly. Is there any way to prevent this?
(The workflow is actually being triggered by an Eventbridge Scheduler so the trigger type ‘EVENT’ may be more suitable but from what I can see in the docs it doesn’t include scheduler types).
Tried setting The start_on_creation parameter to false but this doesn’t work for the ON_DEMAND trigger type.