@@ -329,19 +329,6 @@ func Provider() *schema.Provider {
329
329
"nsxt_policy_distributed_flood_protection_profile" : dataSourceNsxtPolicyDistributedFloodProtectionProfile (),
330
330
"nsxt_policy_gateway_flood_protection_profile" : dataSourceNsxtPolicyGatewayFloodProtectionProfile (),
331
331
"nsxt_manager_info" : dataSourceNsxtManagerInfo (),
332
- "nsxt_vpc" : dataSourceNsxtVPC (),
333
- "nsxt_vpc_group" : dataSourceNsxtVpcGroup (),
334
- "nsxt_vpc_nat" : dataSourceNsxtVpcNat (),
335
- "nsxt_vpc_subnet" : dataSourceNsxtVpcSubnet (),
336
- "nsxt_vpc_subnet_port" : dataSourceNsxtVpcSubnetPort (),
337
- "nsxt_vpc_service_profile" : dataSourceNsxtVpcServiceProfile (),
338
- "nsxt_vpc_connectivity_profile" : dataSourceNsxtVpcConnectivityProfile (),
339
- "nsxt_policy_transit_gateway" : dataSourceNsxtPolicyTransitGateway (),
340
- "nsxt_policy_transit_gateway_nat" : dataSourceNsxtPolicyTransitGatewayNat (),
341
- "nsxt_policy_project_ip_address_allocation" : dataSourceNsxtProjectIpAddressAllocation (),
342
- "nsxt_vpc_ip_address_allocation" : dataSourceNsxtVpcIpAddressAllocation (),
343
- "nsxt_policy_gateway_connection" : dataSourceNsxtPolicyGatewayConnection (),
344
- "nsxt_policy_distributed_vlan_connection" : dataSourceNsxtPolicyDistributedVlanConnection (),
345
332
"nsxt_policy_services" : dataSourceNsxtPolicyServices (),
346
333
"nsxt_policy_groups" : dataSourceNsxtPolicyGroups (),
347
334
},
@@ -518,31 +505,7 @@ func Provider() *schema.Provider {
518
505
"nsxt_policy_gateway_flood_protection_profile_binding" : resourceNsxtPolicyGatewayFloodProtectionProfileBinding (),
519
506
"nsxt_policy_compute_sub_cluster" : resourceNsxtPolicyComputeSubCluster (),
520
507
"nsxt_policy_tier0_inter_vrf_routing" : resourceNsxtPolicyTier0InterVRFRouting (),
521
- "nsxt_vpc_security_policy" : resourceNsxtVPCSecurityPolicy (),
522
- "nsxt_vpc_group" : resourceNsxtVPCGroup (),
523
- "nsxt_vpc_gateway_policy" : resourceNsxtVPCGatewayPolicy (),
524
- "nsxt_vpc_service_profile" : resourceNsxtVpcServiceProfile (),
525
- "nsxt_vpc_connectivity_profile" : resourceNsxtVpcConnectivityProfile (),
526
- "nsxt_policy_transit_gateway" : resourceNsxtPolicyTransitGateway (),
527
- "nsxt_policy_share" : resourceNsxtPolicyShare (),
528
- "nsxt_policy_shared_resource" : resourceNsxtPolicySharedResource (),
529
- "nsxt_policy_gateway_connection" : resourceNsxtPolicyGatewayConnection (),
530
- "nsxt_policy_distributed_vlan_connection" : resourceNsxtPolicyDistributedVlanConnection (),
531
- "nsxt_vpc" : resourceNsxtVpc (),
532
- "nsxt_vpc_attachment" : resourceNsxtVpcAttachment (),
533
- "nsxt_vpc_nat_rule" : resourceNsxtPolicyVpcNatRule (),
534
- "nsxt_policy_transit_gateway_attachment" : resourceNsxtPolicyTransitGatewayAttachment (),
535
- "nsxt_vpc_external_address" : resourceNsxtVpcExternalAddress (),
536
- "nsxt_vpc_ip_address_allocation" : resourceNsxtVpcIpAddressAllocation (),
537
- "nsxt_vpc_subnet" : resourceNsxtVpcSubnet (),
538
- "nsxt_policy_transit_gateway_nat_rule" : resourceNsxtPolicyTransitGatewayNatRule (),
539
- "nsxt_vpc_static_route" : resourceNsxtVpcStaticRoutes (),
540
- "nsxt_policy_project_ip_address_allocation" : resourceNsxtPolicyProjectIpAddressAllocation (),
541
- "nsxt_vpc_dhcp_v4_static_binding" : resourceNsxtVpcSubnetDhcpV4StaticBindingConfig (),
542
- "nsxt_policy_l7_access_profile" : resourceNsxtPolicyL7AccessProfile (),
543
- "nsxt_policy_edge_transport_node" : resourceNsxtPolicyEdgeTransportNode (),
544
- "nsxt_policy_edge_high_availability_profile" : resourceNsxtPolicyEdgeHighAvailabilityProfile (),
545
- "nsxt_policy_edge_cluster" : resourceNsxtPolicyEdgeCluster (),
508
+ "nsxt_policy_l7_access_profile" : resourceNsxtPolicyL7AccessProfile (),
546
509
},
547
510
548
511
ConfigureFunc : providerConfigure ,
0 commit comments