only that i've had to do this. is there a way to `...
# general
b
only that i've had to do this. is there a way to
exec
only after a resource has been created? like the only way i can think of to have pulumi work with DO, is to do a
doctl k8s cluster kubeconfig show
on every pulumi run, and use its output as the provider data. but that also means that a run that creates the cluster, has to wait for the cluster creation to finish before running
doctl
.