Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve issues #321, #323, #324 and #325 #328

Merged
merged 5 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
- Fix issue when reading deleted `sdwan_configuration_group` resource, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/297)
- BREAKING CHANGE: Rename `service_lan_vpn_profile_parcel_id` attribute of `sdwan_service_lan_vpn_interface_ethernet_feature`, `sdwan_service_lan_vpn_interface_gre_feature`, `sdwan_service_lan_vpn_interface_ipsec_feature` and `sdwan_service_lan_vpn_interface_svi_feature` resource to `service_lan_vpn_feature_id`
- BREAKING CHANGE: Rename `transport_management_vpn_profile_parcel_id` attribute of `sdwan_transport_management_vpn_interface_ethernet_feature` resource to `transport_management_vpn_feature_id`
-
- BREAKING CHANGE: Rename `transport_wan_vpn_profile_parcel_id` attribute of `sdwan_transport_wan_vpn_interface_cellular_feature`, `sdwan_transport_wan_vpn_interface_ethernet_feature`, `sdwan_transport_wan_vpn_interface_gre_feature`, `sdwan_transport_wan_vpn_interface_ipsec_feature` and `sdwan_transport_wan_vpn_interface_t1_e1_serial_feature` resource to `transport_wan_vpn_feature_id`

## 0.3.13
Expand Down
1 change: 0 additions & 1 deletion docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ description: |-
- Fix issue when reading deleted `sdwan_configuration_group` resource, [link](https://github.com/CiscoDevNet/terraform-provider-sdwan/issues/297)
- BREAKING CHANGE: Rename `service_lan_vpn_profile_parcel_id` attribute of `sdwan_service_lan_vpn_interface_ethernet_feature`, `sdwan_service_lan_vpn_interface_gre_feature`, `sdwan_service_lan_vpn_interface_ipsec_feature` and `sdwan_service_lan_vpn_interface_svi_feature` resource to `service_lan_vpn_feature_id`
- BREAKING CHANGE: Rename `transport_management_vpn_profile_parcel_id` attribute of `sdwan_transport_management_vpn_interface_ethernet_feature` resource to `transport_management_vpn_feature_id`
-
- BREAKING CHANGE: Rename `transport_wan_vpn_profile_parcel_id` attribute of `sdwan_transport_wan_vpn_interface_cellular_feature`, `sdwan_transport_wan_vpn_interface_ethernet_feature`, `sdwan_transport_wan_vpn_interface_gre_feature`, `sdwan_transport_wan_vpn_interface_ipsec_feature` and `sdwan_transport_wan_vpn_interface_t1_e1_serial_feature` resource to `transport_wan_vpn_feature_id`

## 0.3.13
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/service_object_tracker_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ resource "sdwan_service_object_tracker_feature" "example" {

- `feature_profile_id` (String) Feature Profile ID
- `name` (String) The name of the Feature
- `object_tracker_id` (Number) Object tracker ID
- Range: `1`-`1000`
- `object_tracker_type` (String) objectTrackerType:Interface SIG Route
- Choices: `Interface`, `SIG`, `Route`

Expand All @@ -42,6 +40,8 @@ resource "sdwan_service_object_tracker_feature" "example" {
- `description` (String) The description of the Feature
- `interface` (String) interface name
- `interface_variable` (String) Variable name
- `object_tracker_id` (Number) Object tracker ID
- Range: `1`-`1000`
- `object_tracker_id_variable` (String) Variable name
- `route_ip` (String) IP address
- `route_ip_variable` (String) Variable name
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/service_object_tracker_group_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ resource "sdwan_service_object_tracker_group_feature" "example" {

- `feature_profile_id` (String) Feature Profile ID
- `name` (String) The name of the Feature
- `object_tracker_id` (Number) Object ID
- Range: `1`-`1000`

### Optional

- `description` (String) The description of the Feature
- `object_tracker_id` (Number) Object ID
- Range: `1`-`1000`
- `object_tracker_id_variable` (String) Variable name
- `reachable` (String) tracker ref list criteria boolean and or
- Choices: `and`, `or`
Expand Down
8 changes: 4 additions & 4 deletions docs/resources/transport_wan_vpn_interface_gre_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ resource "sdwan_transport_wan_vpn_interface_gre_feature" "example" {
### Required

- `feature_profile_id` (String) Feature Profile ID
- `interface_name` (String) Interface name (1..255)
- `ipv4_address` (String)
- `ipv4_subnet_mask` (String) - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
- `name` (String) The name of the Feature
- `tunnel_destination_ipv4_address` (String) Tunnel destination IP Address

### Optional

Expand All @@ -57,12 +53,15 @@ resource "sdwan_transport_wan_vpn_interface_gre_feature" "example" {
- `description` (String) The description of the Feature
- `interface_description` (String) Interface description
- `interface_description_variable` (String) Variable name
- `interface_name` (String) Interface name (1..255)
- `interface_name_variable` (String) Variable name
- `ip_mtu` (Number) Interface MTU <576..9976>, in bytes
- Range: `576`-`9976`
- Default value: `1500`
- `ip_mtu_variable` (String) Variable name
- `ipv4_address` (String)
- `ipv4_address_variable` (String) Variable name
- `ipv4_subnet_mask` (String) - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
- `ipv4_subnet_mask_variable` (String) Variable name
- `shutdown` (Boolean) Administrative state
- Default value: `false`
Expand All @@ -71,6 +70,7 @@ resource "sdwan_transport_wan_vpn_interface_gre_feature" "example" {
- Range: `500`-`1460`
- `tcp_mss_variable` (String) Variable name
- `transport_wan_vpn_feature_id` (String) Transport WAN VPN Feature ID
- `tunnel_destination_ipv4_address` (String) Tunnel destination IP Address
- `tunnel_destination_ipv4_address_variable` (String) Variable name
- `tunnel_route_via_loopback` (String) <1..32 characters> Interface name, can't be Loopback interface
- `tunnel_route_via_loopback_variable` (String) Variable name
Expand Down
22 changes: 11 additions & 11 deletions docs/resources/transport_wan_vpn_interface_ipsec_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,13 @@ resource "sdwan_transport_wan_vpn_interface_ipsec_feature" "example" {

### Required

- `application_tunnel_type` (String) Enable Application Tunnel Type
- Choices: `none`, `sig`
- `feature_profile_id` (String) Feature Profile ID
- `ike_preshared_key` (String) Use preshared key to authenticate IKE peer
- `interface_name` (String) Interface name: IPsec when present
- `ipv4_address` (String)
- `ipv4_subnet_mask` (String) - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
- `name` (String) The name of the Feature
- `tunnel_destination_ipv4_address` (String)
- `tunnel_destination_ipv4_subnet_mask` (String) - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
- `tunnel_source_interface` (String) <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- `tunnel_source_ipv4_address` (String)
- `tunnel_source_ipv4_subnet_mask` (String) - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`

### Optional

- `application_tunnel_type` (String) Enable Application Tunnel Type
- Choices: `none`, `sig`
- `application_tunnel_type_variable` (String) Variable name
- `clear_dont_fragment` (Boolean) Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Default value: `false`
Expand Down Expand Up @@ -102,6 +93,7 @@ resource "sdwan_transport_wan_vpn_interface_ipsec_feature" "example" {
- Choices: `main`, `aggressive`
- Default value: `main`
- `ike_integrity_protocol_variable` (String) Variable name
- `ike_preshared_key` (String) Use preshared key to authenticate IKE peer
- `ike_preshared_key_variable` (String) Variable name
- `ike_rekey_interval` (Number) IKE rekey interval <60..86400> seconds
- Range: `60`-`86400`
Expand All @@ -112,6 +104,7 @@ resource "sdwan_transport_wan_vpn_interface_ipsec_feature" "example" {
- Default value: `1`
- `interface_description` (String) Interface description
- `interface_description_variable` (String) Variable name
- `interface_name` (String) Interface name: IPsec when present
- `interface_name_variable` (String) Variable name
- `ip_mtu` (Number) Interface MTU <68..9216>, in bytes
- Range: `68`-`9216`
Expand All @@ -129,7 +122,9 @@ resource "sdwan_transport_wan_vpn_interface_ipsec_feature" "example" {
- Range: `64`-`4096`
- Default value: `512`
- `ipsec_replay_window_variable` (String) Variable name
- `ipv4_address` (String)
- `ipv4_address_variable` (String) Variable name
- `ipv4_subnet_mask` (String) - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
- `ipv4_subnet_mask_variable` (String) Variable name
- `perfect_forward_secrecy` (String) IPsec perfect forward secrecy settings
- Choices: `group-1`, `group-2`, `group-5`, `group-14`, `group-15`, `group-16`, `group-19`, `group-20`, `group-21`, `group-24`, `none`
Expand All @@ -144,12 +139,17 @@ resource "sdwan_transport_wan_vpn_interface_ipsec_feature" "example" {
- `tracker_id` (String) Enable tracker for this interface
- `tracker_id_variable` (String) Variable name
- `transport_wan_vpn_feature_id` (String) Transport WAN VPN Feature ID
- `tunnel_destination_ipv4_address` (String)
- `tunnel_destination_ipv4_address_variable` (String) Variable name
- `tunnel_destination_ipv4_subnet_mask` (String) - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
- `tunnel_destination_ipv4_subnet_mask_variable` (String) Variable name
- `tunnel_route_via` (String) <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- `tunnel_route_via_variable` (String) Variable name
- `tunnel_source_interface` (String) <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- `tunnel_source_interface_variable` (String) Variable name
- `tunnel_source_ipv4_address` (String)
- `tunnel_source_ipv4_address_variable` (String) Variable name
- `tunnel_source_ipv4_subnet_mask` (String) - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`, `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`, `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`, `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`, `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
- `tunnel_source_ipv4_subnet_mask_variable` (String) Variable name

### Read-Only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ resource "sdwan_transport_wan_vpn_interface_t1_e1_serial_feature" "example" {
### Required

- `feature_profile_id` (String) Feature Profile ID
- `interface_name` (String) Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- `name` (String) The name of the Feature

### Optional
Expand All @@ -103,6 +102,7 @@ resource "sdwan_transport_wan_vpn_interface_t1_e1_serial_feature" "example" {
- `encapsulation` (String) Configure Encapsulation for interface
- Choices: `hdlc`, `ppp`, `frame-relay`
- `encapsulation_variable` (String) Variable name
- `interface_name` (String) Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- `interface_name_variable` (String) Variable name
- `ip_mtu` (Number) Set ip mtu
- Range: `576`-`9216`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ attributes:
test_value: sdwan_service_feature_profile.test.id
- model_name: objectId
tf_name: object_tracker_id
mandatory: true
example: 10
test_value: '10'
minimum_test_value: '10'
- model_name: objectTrackerType
mandatory: true
example: Interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ attributes:
test_value: sdwan_service_feature_profile.test.id
- model_name: objectId
tf_name: object_tracker_id
mandatory: true
example: 10
test_value: '10'
minimum_test_value: '10'
- model_name: trackerRefs
tf_name: tracker_elements
attributes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,25 @@ attributes:
- model_name: ifName
tf_name: interface_name
data_path: [basic]
mandatory: true
example: gre1
test_value: '"gre1"'
minimum_test_value: '"gre1"'
- model_name: description
tf_name: interface_description
data_path: [basic]
example: gre1
- model_name: address
tf_name: ipv4_address
data_path: [basic, address]
mandatory: true
example: 70.1.1.1
test_value: '"70.1.1.1"'
minimum_test_value: '"70.1.1.1"'
- model_name: mask
tf_name: ipv4_subnet_mask
data_path: [basic, address]
mandatory: true
example: 255.255.255.0
test_value: '"255.255.255.0"'
minimum_test_value: '"255.255.255.0"'
- model_name: shutdown
data_path: [basic]
example: true
Expand All @@ -62,8 +65,9 @@ attributes:
- model_name: tunnelDestination
tf_name: tunnel_destination_ipv4_address
data_path: [basic]
mandatory: true
example: 79.1.1.1
test_value: '"79.1.1.1"'
minimum_test_value: '"79.1.1.1"'
- model_name: mtu
tf_name: ip_mtu
data_path: [basic]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ attributes:
test_value: sdwan_transport_wan_vpn_feature.test.id
- model_name: ifName
tf_name: interface_name
mandatory: true
example: ipsec987
test_value: '"ipsec987"'
minimum_test_value: '"ipsec987"'
- model_name: shutdown
example: true
- model_name: description
Expand All @@ -30,41 +31,49 @@ attributes:
- model_name: address
tf_name: ipv4_address
data_path: [address]
mandatory: true
example: 9.7.5.4
test_value: '"9.7.5.4"'
minimum_test_value: '"9.7.5.4"'
- model_name: mask
tf_name: ipv4_subnet_mask
data_path: [address]
mandatory: true
example: 255.255.255.0
test_value: '"255.255.255.0"'
minimum_test_value: '"255.255.255.0"'
- model_name: address
tf_name: tunnel_source_ipv4_address
data_path: [tunnelSource]
mandatory: true
example: 1.3.5.88
test_value: '"1.3.5.88"'
minimum_test_value: '"1.3.5.88"'
- model_name: mask
tf_name: tunnel_source_ipv4_subnet_mask
data_path: [tunnelSource]
mandatory: true
example: 255.255.255.0
test_value: '"255.255.255.0"'
minimum_test_value: '"255.255.255.0"'
- model_name: tunnelSourceInterface
tf_name: tunnel_source_interface
mandatory: true
example: GigabitEthernet8
test_value: '"GigabitEthernet8"'
minimum_test_value: '"GigabitEthernet8"'
- model_name: address
tf_name: tunnel_destination_ipv4_address
data_path: [tunnelDestination]
mandatory: true
example: 2.55.67.99
test_value: '"2.55.67.99"'
minimum_test_value: '"2.55.67.99"'
- model_name: mask
tf_name: tunnel_destination_ipv4_subnet_mask
data_path: [tunnelDestination]
mandatory: true
example: 255.255.255.0
test_value: '"255.255.255.0"'
minimum_test_value: '"255.255.255.0"'
- model_name: application
tf_name: application_tunnel_type
mandatory: true
example: none
test_value: '"none"'
minimum_test_value: '"none"'
- model_name: tcpMssAdjust
tf_name: tcp_mss
example: 1460
Expand All @@ -79,8 +88,9 @@ attributes:
example: 3
- model_name: preSharedSecret
tf_name: ike_preshared_key
mandatory: true
example: 123
test_value: '"123"'
minimum_test_value: '"123"'
- model_name: ikeVersion
example: 1
- model_name: ikeMode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ attributes:
- model_name: shutdown
example: true
- model_name: interfaceName
mandatory: true
example: Serial0
test_value: '"Serial0"'
minimum_test_value: '"Serial0"'
- model_name: address
tf_name: ipv4_address
data_path: [addressV4]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ func TestAccDataSourceSdwanTransportWANVPNInterfaceGREProfileParcel(t *testing.T
t.Skip("skipping test, set environment variable SDWAN_2012")
}
var checks []resource.TestCheckFunc
checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_wan_vpn_interface_gre_feature.test", "interface_name", "gre1"))
checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_wan_vpn_interface_gre_feature.test", "interface_description", "gre1"))
checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_wan_vpn_interface_gre_feature.test", "ipv4_address", "70.1.1.1"))
checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_wan_vpn_interface_gre_feature.test", "ipv4_subnet_mask", "255.255.255.0"))
checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_wan_vpn_interface_gre_feature.test", "shutdown", "true"))
checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_wan_vpn_interface_gre_feature.test", "tunnel_source_ipv4_address", "78.1.1.1"))
checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_wan_vpn_interface_gre_feature.test", "tunnel_destination_ipv4_address", "79.1.1.1"))
checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_wan_vpn_interface_gre_feature.test", "ip_mtu", "1500"))
checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_wan_vpn_interface_gre_feature.test", "tcp_mss", "1460"))
checks = append(checks, resource.TestCheckResourceAttr("data.sdwan_transport_wan_vpn_interface_gre_feature.test", "clear_dont_fragment", "false"))
Expand Down
Loading