CircleCI-Public/aws-ecs-orb

rule_name is required for non-scheduled tasks in update_task_definition

Closed this issue · 1 comments

dnoji commented

Orb version:

4.0

What happened:

rule_name is currently a required parameter in the update_task_definition job. I believe this is bug since it's only applicable to scheduled tasks and should only be required when deploy_scheduled_task is true

Expected behavior:

rule_name should not be a required parameter when deploy_scheduled_task is false

Additional Information: