terraform-provider-nsxt
terraform-provider-nsxt copied to clipboard
Add inter VRF routing resource
Fixes: #1051
/test-all
/test-all
I think this resource is also relevant for GM?
I think this resource is also relevant for GM?
This is weird - GM model contains PolicyInterVrfRoutingConfig
type, and even has this but there's no NewInterVrfRoutingClient
func for GM.
I think this resource is also relevant for GM?
This is weird - GM model contains
PolicyInterVrfRoutingConfig
type, and even has this but there's noNewInterVrfRoutingClient
func for GM.
Indeed looks like support for GM is different - /global-infra/tier-0s/{tier-0-id}/inter-vrf-routing/{inter-vrf-routing-id}/advertised-networks
is supported. I think we better support this in a separate PR?
I think this resource is also relevant for GM?
This is weird - GM model contains
PolicyInterVrfRoutingConfig
type, and even has this but there's noNewInterVrfRoutingClient
func for GM.Indeed looks like support for GM is different -
/global-infra/tier-0s/{tier-0-id}/inter-vrf-routing/{inter-vrf-routing-id}/advertised-networks
is supported. I think we better support this in a separate PR?
Makes sense
/test-all