You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a Custom DNS server setting linking behind one of my connected networks which has been declared as Terraform resource itself.
As there is no possibility to declare DNS servers by Terraform directly I've done this step by hand, but now the API-sided integration check crashes my TF setup when i try to destroy and re-apply my terraform configuration, because there is still an existing reference into my network which now prevents deletion.
So this is not just a feature request but more an actual issue which affects a core functionality for managing network resources.