Skip to content

Commit 4d19501

Browse files
committed
Remove VPC support for the 3.8.1 bugfix release
VPC features will be released with 3.9.0 Signed-off-by: Anna Khmelnitsky <[email protected]>
1 parent 25aa9f7 commit 4d19501

35 files changed

+1
-2440
lines changed

Diff for: nsxt/provider.go

+1-38
Original file line numberDiff line numberDiff line change
@@ -329,19 +329,6 @@ func Provider() *schema.Provider {
329329
"nsxt_policy_distributed_flood_protection_profile": dataSourceNsxtPolicyDistributedFloodProtectionProfile(),
330330
"nsxt_policy_gateway_flood_protection_profile": dataSourceNsxtPolicyGatewayFloodProtectionProfile(),
331331
"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(),
345332
"nsxt_policy_services": dataSourceNsxtPolicyServices(),
346333
"nsxt_policy_groups": dataSourceNsxtPolicyGroups(),
347334
},
@@ -518,31 +505,7 @@ func Provider() *schema.Provider {
518505
"nsxt_policy_gateway_flood_protection_profile_binding": resourceNsxtPolicyGatewayFloodProtectionProfileBinding(),
519506
"nsxt_policy_compute_sub_cluster": resourceNsxtPolicyComputeSubCluster(),
520507
"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(),
546509
},
547510

548511
ConfigureFunc: providerConfigure,

Diff for: website/docs/d/policy_distributed_vlan_connection.html.markdown

-32
This file was deleted.

Diff for: website/docs/d/policy_gateway_connection.html.markdown

-34
This file was deleted.

Diff for: website/docs/d/policy_project_ip_address_allocation.html.markdown

-51
This file was deleted.

Diff for: website/docs/d/policy_transit_gateway.html.markdown

-41
This file was deleted.

Diff for: website/docs/d/policy_transit_gateway_nat.html.markdown

-45
This file was deleted.

Diff for: website/docs/d/vpc.html.markdown

-41
This file was deleted.

Diff for: website/docs/d/vpc_connectivity_profile.html.markdown

-41
This file was deleted.

Diff for: website/docs/d/vpc_group.html.markdown

-50
This file was deleted.

0 commit comments

Comments
 (0)