Will deleting a stack cascade-delete dependent sta...
# kubernetes
s
Will deleting a stack cascade-delete dependent stacks? Re: https://www.pulumi.com/docs/intro/concepts/stack/#stackreferences It seems it might in the example in the docs, but what if the output isn't a k8s provider kubeconfig? Say, I output an IP address that I use in a dependent stack as configuration for another resource, won't this corrupt my dependent stack's state?
r
Would like to know the answer to this as well.
b
In my experience they do not and you could end up in a situation where your dependent resources reference something that no longer exists (eg an EKS cluster or RDS)