You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
## 3.10.0 (September 10, 2025)
2
+
3
+
BUG FIXES:
4
+
5
+
*`resource/nsxt_policy_edge_transport_node`: Fix schema set errors in policy edge resource ([#1810](https://github.com/vmware/terraform-provider-nsxt/pull/1810))
6
+
*`resource/nsxt_policy_security_policy`: Handle empty service_entries block case in nsxt_policy_security_policy ([#1798](https://github.com/vmware/terraform-provider-nsxt/pull/1798))
7
+
*`resource/nsxt_policy_tier0_gateway_interface`: Add edge_cluster_member_index to T0 gw interface ([#1737](https://github.com/vmware/terraform-provider-nsxt/pull/1737))
8
+
*`resource/nsxt_policy_host_transport_node_collection`: Replace sub_cluster_id in host_transport_node_collection with sub_cluster_path ([#1733](https://github.com/vmware/terraform-provider-nsxt/pull/1733))
9
+
* Allowed usage of default project in various resources and data sources.
10
+
* Various documentation fixes.
11
+
12
+
IMPROVEMENTS:
13
+
14
+
* Add multicast attribute to segment resources ([#1797](https://github.com/vmware/terraform-provider-nsxt/pull/1797))
15
+
*`data/nsxt_policy_share`: Add a policy_share datasource ([#1796](https://github.com/vmware/terraform-provider-nsxt/pull/1796))
16
+
*`data/nsxt_policy_edge_transport_node_realization`:Implement policy edge transport node realization datasource ([#1675](https://github.com/vmware/terraform-provider-nsxt/pull/1675))
17
+
*`resource/nsxt_policy_ipsec_vpn_local_endpoint`, `resource/nsxt_policy_ipsec_vpn_session`: Support for IPv6 addresses in VPN sessions and local endpoints ([#1681](https://github.com/vmware/terraform-provider-nsxt/pull/1681))
18
+
*`resource/nsxt_policy_host_transport_node_collection`: Support Activate NSX on DVPG toggle in TNC ([#1717](https://github.com/vmware/terraform-provider-nsxt/pull/1717))
19
+
*`data/nsxt_policy_gateway_interface`: Data sources for T0 & T1 gateway interfaces ([#1614](https://github.com/vmware/terraform-provider-nsxt/pull/1614))
20
+
*`resource/nsxt_policy_tier0_gateway`: New Tier0 flags and allow inter_sr for VRF ([#1654](https://github.com/vmware/terraform-provider-nsxt/pull/1654))
21
+
*`resource/nsxt_policy_bgp_config`: Issue Support import for BGP config ([#1826](https://github.com/vmware/terraform-provider-nsxt/pull/1826))
0 commit comments