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
ripe-shampoo-80285
06/14/2021, 5:04 PM
Would like to know the answer to this as well.
b
bored-table-20691
06/15/2021, 4:06 AM
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)