-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command: terraform destroy with VRF-Lite isn't completing #476
Comments
Hi @raymonddejong, thanks for filing this. There is in fact a dependency between parent interface and VRF interface, which terraform doesn't know about. The way to address this for now is to specify the dependency explicitly on each vrf interface, for example: I have added this note to the docs here #478 |
Hi @annakhm, I tested this just now and this only fixed a part of the problem. I still got: I tried to apply the same trick by adding |
Unfortunately this is platform issue, we hope to fix it with retry mechanism once its available in the SDK we are using. |
When using
terraform destroy
to clean up the VRF-Lite topology it fails to remove the Default Tier-0, it's uplinks and the two Segments it is using to connect to the physical network.You can reproduce using my repository here: https://github.com/raymonddejong/terraform-nsxt/tree/master/VRF-Lite
Output below.
As you can see on the screenshots below these are the objects not being removed:
Tier-0
Tier-0 Uplinks
Segments:
The text was updated successfully, but these errors were encountered: