Open
Description
Description
It would be great to inject them as data dependency using the Tier0 Gatway name, service, and interface name.
Use Case(s)
Imagine a big NSX config project that you want to split-up in edge-configuration and rules-configuration. The gateway configuration with its interfaces will end up in the edge-configuration. Tue rules configuration (security policy + gateway policy) will endup in the rules configuration. Then it becomes difficult to inject the pre-created tier0 interfaces from the edge-configuration.
Potential Configuration
data nsxt_policy_tier0_gateway_interface "t0_uplink" {
name="t0-uplink" // required
t0_name='t0-cluster1" // required
service_name="default" // optional
}
References
No response