annakhm
annakhm
> > I think this resource is also relevant for GM? > > This is weird - GM [model](https://raw.githubusercontent.com/vmware/vsphere-automation-sdk-go/services/nsxt-gm/v0.9.0/services/nsxt-gm/model/ModelPackageTypes.go) contains `PolicyInterVrfRoutingConfig` type, and even has [this](https://github.com/vmware/vsphere-automation-sdk-go/tree/services/nsxt-gm/v0.9.0/services/nsxt-gm/global_infra/tier_0s/inter_vrf_routing) but there's no `NewInterVrfRoutingClient`...
Hi @kaje783, thanks for reporting this. Here is the output that I see when trying to replicate your scenario: ``` Plan: 1 to add, 0 to change, 1 to destroy....
Hi @adarobin, could you provide your NSX version please?
Hi @adarobin, unfortunately I can't reproduce this with this NSX version. My `destination_networks`, when not provided, shows empty as expected: ``` resource "nsxt_policy_nat_rule" "dnat1" { action = "SNAT" destination_networks =...
Thank you @adarobin. Keeping this open to improve the docs.
Hi @martinrohrbach, sorry this takes so long. We are considering it, however its a big task and other features were prioritized over it so far. Hopefully we can make it...
/test-all
[This issue](https://github.com/hashicorp/terraform-plugin-sdk/issues/476) seems related to the incorrect state update
We've hit this issue in NSXT provider in several scenarios: 1. Validation function fails for update of resource, after which the state is updated with the wrong attribute value (same...
need rebase to fix linter