Hi, Recently while rebuilding the lab, I came across what seems to be a bug between the hashicorp/vsphere and the vmware/nsxt terraform providers. For example, here's a snippet from code that should work, but doesn't: 1resource "nsxt_policy_segment" "testinglinuxlab1" { 2 display_name = "testinglinuxlab1" 3 …
Read More