This message was deleted.
s
This message was deleted.
t
dependsOn
works both for creation and deletion order
i
In this case, my k8s service does depend on the public IP, yet still trying to delete the IP first
I think in this case it’s an issue using
deleteBeforeReplace: true
which, I understand it is doing this, but I expect that argument to only affect the specific resource and not disrupt the
dependsOn
flow
(because for a public IP, if it needs to be replaced, can’t create a new public IP with the same name first)