@@ -282,6 +282,7 @@ func Provider() *schema.Provider {
282282 "nsxt_policy_gateway_connection" : dataSourceNsxtPolicyGatewayConnection (),
283283 "nsxt_policy_gateway_dns_forwarder" : dataSourceNsxtPolicyGatewayDNSForwarder (),
284284 "nsxt_policy_gateway_flood_protection_profile" : dataSourceNsxtPolicyGatewayFloodProtectionProfile (),
285+ "nsxt_policy_gateway_interface" : dataSourceNsxtPolicyGatewayInterface (),
285286 "nsxt_policy_gateway_interface_realization" : dataSourceNsxtPolicyGatewayInterfaceRealization (),
286287 "nsxt_policy_gateway_locale_service" : dataSourceNsxtPolicyGatewayLocaleService (),
287288 "nsxt_policy_gateway_policy" : dataSourceNsxtPolicyGatewayPolicy (),
@@ -298,10 +299,10 @@ func Provider() *schema.Provider {
298299 "nsxt_policy_ip_block" : dataSourceNsxtPolicyIPBlock (),
299300 "nsxt_policy_ip_discovery_profile" : dataSourceNsxtPolicyIPDiscoveryProfile (),
300301 "nsxt_policy_ip_pool" : dataSourceNsxtPolicyIPPool (),
301- "nsxt_policy_ipsec_vpn_local_endpoint" : dataSourceNsxtPolicyIPSecVpnLocalEndpoint (),
302- "nsxt_policy_ipsec_vpn_service" : dataSourceNsxtPolicyIPSecVpnService (),
303302 "nsxt_policy_ipsec_vpn_dpd_profile" : dataSourceNsxtPolicyIPSecVpnDpdProfile (),
304303 "nsxt_policy_ipsec_vpn_ike_profile" : dataSourceNsxtPolicyIPSecVpnIkeProfile (),
304+ "nsxt_policy_ipsec_vpn_local_endpoint" : dataSourceNsxtPolicyIPSecVpnLocalEndpoint (),
305+ "nsxt_policy_ipsec_vpn_service" : dataSourceNsxtPolicyIPSecVpnService (),
305306 "nsxt_policy_ipsec_vpn_tunnel_profile" : dataSourceNsxtPolicyIPSecVpnTunnelProfile (),
306307 "nsxt_policy_ipv6_dad_profile" : dataSourceNsxtPolicyIpv6DadProfile (),
307308 "nsxt_policy_ipv6_ndra_profile" : dataSourceNsxtPolicyIpv6NdraProfile (),
@@ -332,7 +333,6 @@ func Provider() *schema.Provider {
332333 "nsxt_policy_tier0_gateways" : dataSourceNsxtPolicyTier0Gateways (),
333334 "nsxt_policy_tier1_gateway" : dataSourceNsxtPolicyTier1Gateway (),
334335 "nsxt_policy_tier1_gateways" : dataSourceNsxtPolicyTier1Gateways (),
335- "nsxt_policy_gateway_interface" : dataSourceNsxtPolicyGatewayInterface (),
336336 "nsxt_policy_transit_gateway" : dataSourceNsxtPolicyTransitGateway (),
337337 "nsxt_policy_transit_gateway_nat" : dataSourceNsxtPolicyTransitGatewayNat (),
338338 "nsxt_policy_transport_zone" : dataSourceNsxtPolicyTransportZone (),
0 commit comments