gray-electrician-97832
08/28/2023, 6:03 PMapply
and Output.all
effectively in several places. But I can't figure out how to make a later step depend on a status of EKS itself, or a k8s deployment or service. I've tried things like:
## note -- depl
something_else(opts=pulumi.ResourceOptions(depends_on=app_depl)
## or
## note -- svc
something_else(opts=pulumi.ResourceOptions(depends_on=app_svc)
## or
app_hostname = app_svc.status.load_balancer.ingress[0].hostname
...
something_else(opts=pulumi.ResourceOptions(depends_on=app_hostname)
billowy-army-68599