Skip to content

Commit

Permalink
Wait for ECS services to reach steady state
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdriley committed Feb 22, 2018
1 parent bb96cf1 commit 8ce30eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ export class Service extends pulumi.ComponentResource implements cloud.Service {
loadBalancers: loadBalancers,
iamRole: iamRole,
placementConstraints: placementConstraintsForHost(args.host),
waitForSteadyState: true,
}, { parent: this });

this.endpoints = getEndpoints(ports);
Expand Down

0 comments on commit 8ce30eb

Please sign in to comment.