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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
- BREAKING CHANGE: Rename `sla_class_list` attribute of `sdwan_application_aware_routing_policy_definition` resource to `sla_class_list_id`
5
5
- BREAKING CHANGE: Rename `preferred_color_group_list` attribute of `sdwan_application_aware_routing_policy_definition` resource to `preferred_color_group_list_id`
6
6
- BREAKING CHANGE: Rename `preferred_color_group_list` attribute of `sdwan_traffic_data_policy_definition` resource to `preferred_color_group_list_id`
7
+
- Fix issue, where NAT IPv4 and IPv6 is always configured on `sdwan_transport_wan_vpn_interface_ethernet_feature`, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/485)
7
8
- Add missing options under `unsupported_features` attribute of `sdwan_configuration_group`, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/478)
8
9
- Add `sdwan_policy_group` resource and data source
9
10
- Adds `enhanced_app_aware_routing` support to the `sdwan_cisco_system_feature_template` resource and data source
Copy file name to clipboardExpand all lines: docs/guides/changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ description: |-
13
13
- BREAKING CHANGE: Rename `sla_class_list` attribute of `sdwan_application_aware_routing_policy_definition` resource to `sla_class_list_id`
14
14
- BREAKING CHANGE: Rename `preferred_color_group_list` attribute of `sdwan_application_aware_routing_policy_definition` resource to `preferred_color_group_list_id`
15
15
- BREAKING CHANGE: Rename `preferred_color_group_list` attribute of `sdwan_traffic_data_policy_definition` resource to `preferred_color_group_list_id`
16
+
- Fix issue, where NAT IPv4 and IPv6 is always configured on `sdwan_transport_wan_vpn_interface_ethernet_feature`, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/485)
16
17
- Add missing options under `unsupported_features` attribute of `sdwan_configuration_group`, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/478)
17
18
- Add `sdwan_policy_group` resource and data source
18
19
- Adds `enhanced_app_aware_routing` support to the `sdwan_cisco_system_feature_template` resource and data source
-`nat_loopback` (String) NAT Inside Source Loopback Interface, Attribute conditional on `nat_ipv4` being equal to `true`
242
+
-`nat_loopback_variable` (String) Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
243
+
-`nat_overload` (Boolean) NAT Overload, Attribute conditional on `nat_ipv4` being equal to `true`
244
244
- Default value: `true`
245
-
-`nat_overload_variable` (String) Variable name
246
-
-`nat_prefix_length` (Number) NAT Pool Prefix Length
245
+
-`nat_overload_variable` (String) Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
246
+
-`nat_prefix_length` (Number) NAT Pool Prefix Length, Attribute conditional on `nat_ipv4` being equal to `true`
247
247
- Range: `1`-`32`
248
-
-`nat_prefix_length_variable` (String) Variable name
249
-
-`nat_range_end` (String) NAT Pool Range End
250
-
-`nat_range_end_variable` (String) Variable name
251
-
-`nat_range_start` (String) NAT Pool Range Start
252
-
-`nat_range_start_variable` (String) Variable name
253
-
-`nat_tcp_timeout` (Number) Set NAT TCP session timeout, in minutes
248
+
-`nat_prefix_length_variable` (String) Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
249
+
-`nat_range_end` (String) NAT Pool Range End, Attribute conditional on `nat_ipv4` being equal to `true`
250
+
-`nat_range_end_variable` (String) Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
251
+
-`nat_range_start` (String) NAT Pool Range Start, Attribute conditional on `nat_ipv4` being equal to `true`
252
+
-`nat_range_start_variable` (String) Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
253
+
-`nat_tcp_timeout` (Number) Set NAT TCP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
254
254
- Range: `1`-`8947`
255
255
- Default value: `60`
256
-
-`nat_tcp_timeout_variable` (String) Variable name
257
-
-`nat_type` (String) NAT Type
256
+
-`nat_tcp_timeout_variable` (String) Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
257
+
-`nat_type` (String) NAT Type, Attribute conditional on `nat_ipv4` being equal to `true`
258
258
- Choices: `interface`, `pool`, `loopback`
259
259
- Default value: `interface`
260
-
-`nat_type_variable` (String) Variable name
261
-
-`nat_udp_timeout` (Number) Set NAT UDP session timeout, in minutes
260
+
-`nat_type_variable` (String) Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
261
+
-`nat_udp_timeout` (Number) Set NAT UDP session timeout, in minutes, Attribute conditional on `nat_ipv4` being equal to `true`
262
262
- Range: `1`-`8947`
263
263
- Default value: `1`
264
-
-`nat_udp_timeout_variable` (String) Variable name
265
-
-`new_static_nats` (Attributes List) static NAT (see [below for nested schema](#nestedatt--new_static_nats))
264
+
-`nat_udp_timeout_variable` (String) Variable name, Attribute conditional on `nat_ipv4` being equal to `true`
265
+
-`new_static_nats` (Attributes List) static NAT, Attribute conditional on `nat_ipv4` being equal to `true` (see [below for nested schema](#nestedatt--new_static_nats))
266
266
-`per_tunnel_qos` (Boolean) Per-tunnel Qos, Attribute conditional on `tunnel_interface` being equal to `true`
267
267
- Default value: `false`
268
268
-`per_tunnel_qos_variable` (String) Variable name, Attribute conditional on `tunnel_interface` being equal to `true`
-`static_nat66` (Attributes List) static NAT66 (see [below for nested schema](#nestedatt--static_nat66))
307
+
-`static_nat66` (Attributes List) static NAT66, Attribute conditional on `nat_ipv6` being equal to `true` (see [below for nested schema](#nestedatt--static_nat66))
308
308
-`tcp_mss` (Number) TCP MSS on SYN packets, in bytes
0 commit comments