Skip to content

Commit

Permalink
chore(autoscaling): Correctly pass creation policy timeout (#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller authored and rix0rrr committed Jun 20, 2019
1 parent 2ceec6c commit 697535d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ export class AutoScalingGroup extends AutoScalingGroupBase implements
...this.autoScalingGroup.options.creationPolicy,
resourceSignal: {
count: props.resourceSignalCount,
timeout: props.resourceSignalTimeout,
timeout: props.resourceSignalTimeout && props.resourceSignalTimeout.toISOString(),
}
};
}
Expand Down

0 comments on commit 697535d

Please sign in to comment.