-
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
nsx_edge_transport_node deploy failure (root object absent) #1204
Comments
Hi @martinrohrbach, does this happen with clean state, or is this a result of apply on state that resulted from previous error (after upgrading the provider)? Thank you |
@annakhm The repo had a clean apply before without any nsxt_edge_transport_node in the state. I then updated from provider 3.6.0 to to provider 3.6.1, added the nsxt_edge_transport_node and applied it which resulted in the error above. Does that answer the question? Or did I get the question wrong? If you think this has to do with the previous state, I could test this again with a completely empty state, I'll see if I find some time for this on monday. |
@annakhm Update: I just tested this with a blank terraform state, creation of the edge resource only. Same result, edge is being created just fine, terraform (1.8.2) errors out with the error above, state is empty afterwards. |
Thank you, this helps! |
@annakhm |
Hi @martinrohrbach, we expect next release to be before end of July |
Describe the bug
Followup on #1186 since the second part of the issue hasn't been fixed yet.
We still have problems creating new edges with our desired configuration. Given the following resource:
The edge is deployed, but terraform throws an error at the end and the edge is not persisted in the state:
Reproduction steps
Expected behavior
No errors on deploy.
Additional context
We're testing against NSX-T 4.1.2.3 with the newest provider 3.6.1.
The text was updated successfully, but these errors were encountered: