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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Since the VCD Terraform provider still needs some work to implement all NSX-T features, we are looking at ways to circumvent this by using the NSX-T native Terraform provider in tandem. We want to configure everything as code, even if that means we have to use different providers.
More specifically we want to add Tags to VMs in NSX-T Manager by using the following datasources and ressources:
In order for this to work the vcd_vapp_vm.frontend.name has to be unique. Since we do not want to make arbitrary random strings on VMs a requirement, we would like to use the "Name in vSphere" attribute. That name is already unique accross VCD, NSX-T Manager and vSphere, so I would like to use that instead.
New or Affected Resource(s)
vcd_vapp_vm
The text was updated successfully, but these errors were encountered:
We would be able to deploy entire VM Stacks with the appropriate firewall and network settings defined as code. This is our goal. That is why we are currently looking to go the nsxt native provider way, as long as the vcd provider needs work on that end.
Since we are a managed service provider the following ressources would also be nice to have:
This request is not required anymore, since all of the first 3 points have been adressed natively in VCD with version 3.7 of the terraform provider. Thanks for that!
I will be closing this issue because of that.
Community Note
Description
Since the VCD Terraform provider still needs some work to implement all NSX-T features, we are looking at ways to circumvent this by using the NSX-T native Terraform provider in tandem. We want to configure everything as code, even if that means we have to use different providers.
More specifically we want to add Tags to VMs in NSX-T Manager by using the following datasources and ressources:
In order for this to work the vcd_vapp_vm.frontend.name has to be unique. Since we do not want to make arbitrary random strings on VMs a requirement, we would like to use the "Name in vSphere" attribute. That name is already unique accross VCD, NSX-T Manager and vSphere, so I would like to use that instead.
New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: