Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing: examples/ecs/nodejs add missing dependsOn
Pulumi was not recognizing that the underlying aws.ecs.Service should wait for the load balancer to be provisioned, causing a race that sporadically would flake up the test. This is now compensated by with a dependsOn option. Fixes #1418
- Loading branch information