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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 0.6.3 (Unreleased)
2
+
3
+
- Fix issue, where NAT is always configured on `sdwan_transport_wan_vpn_interface_ethernet_feature`, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/485)
4
+
1
5
## 0.6.2
2
6
3
7
- Fix issue causing changes to applied feature templates to fail, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/417)
Copy file name to clipboardExpand all lines: docs/guides/changelog.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ description: |-
7
7
8
8
# Changelog
9
9
10
+
## 0.6.3 (Unreleased)
11
+
12
+
- Fix issue, where NAT is always configured on `sdwan_transport_wan_vpn_interface_ethernet_feature`, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/485)
13
+
10
14
## 0.6.2
11
15
12
16
- Fix issue causing changes to applied feature templates to fail, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/417)
-`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))
0 commit comments