vmware / terraform-provider-nsxt

Terraform Provider for VMware NSX
https://registry.terraform.io/providers/vmware/nsxt/
Mozilla Public License 2.0
131 stars 84 forks source link

Specify Inter VRF transit Subnet for T0 gateway #1002

Closed nickliuibm closed 11 months ago

nickliuibm commented 1 year ago

Is your feature request related to a problem? Please describe.

We expect to use NSX provider to create T0 gateway by specifying

We find the arguments internal_transit_subnets and transit_subnets in resource nsxt_policy_tier0_gateway for the first two. But for the last one Inter VRF Transit Subent, we don't see an argument for it.

image

Can you let use know if NSX provider support specifying Inter VRF transit Subnet

Describe the solution you'd like

An available argument in resource nsxt_policy_tier0_gateway to support specifying Inter VRF transit Subnet

Describe alternatives you've considered

No response

Additional context

No response

nickliuibm commented 1 year ago

Hell, Any update? Thanks!

salv-orlando commented 1 year ago

Hello @nickliuibm - sorry for our delay. vrf_transit_subnets is an attribute which was added in NSX 4.1.0 and not yet covered by the provider.

We'll take care of ensuring the Tier-0 resource is updated to keep up with the latest NSX release.

nickliuibm commented 1 year ago

Thanks for you update. and looking forwards to seeing this is supported.

Also, do you have plan to support GRE Tunnel which is introduced in NSX 4.1.2?

salv-orlando commented 1 year ago

Hello @nickliuibm - If I understand correctly your ask is to support the new feature for creating N/B GRE tunnels terminated at the T0. Created Issue #1027 for this. We will scope the work and target it to one of the upcoming releases.