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 have tested the below with terraform versions 0.6.13, 0.6.15, 0.6.16 and the dev build (0.7.0)
I am trying to create a resource on vcenter with the following template file.
Just confirming we are seeing the exact same issue in our stack.
Apparently, when the network interfaces are within a "folder" the terraform state gets a bit confused
Will try to have a look at both the code and the vsphere api responses
@ricardclau this may be a duplicate issue. We are using a wild card to lookup up networks. We are not handling folder names on networks correctly. Let me know if you are able to assist! PRs are appreciated.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 25, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have tested the below with terraform versions 0.6.13, 0.6.15, 0.6.16 and the dev build (0.7.0)
I am trying to create a resource on vcenter with the following template file.
The terraform resource gets created fine. But when I run terraform show command, the network label is not saved as expected.
The label should be saved as
vDC/INT-TEST
instead.Every time I run terraform plan, it forces a new resource creation because of change in label name.
The text was updated successfully, but these errors were encountered: