diff --git a/ecs-service.cfndsl.rb b/ecs-service.cfndsl.rb index 0eb2897..ffebea0 100644 --- a/ecs-service.cfndsl.rb +++ b/ecs-service.cfndsl.rb @@ -255,7 +255,7 @@ Actions [{ Type: "forward", TargetGroupArn: Ref('TaskTargetGroup') }] Conditions listener_conditions ListenerArn Ref("Listener") - Priority rule['priority'].to_i + Priority rule['priority'] end end