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

[UX2.0] Add Version Parameters to Feature Associations and Fix Imports #393

Merged
merged 3 commits into from
Jan 24, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ data "sdwan_service_lan_vpn_feature_associate_multicast_feature" "example" {
### Read-Only

- `service_multicast_feature_id` (String) Service Multicast Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ data "sdwan_service_lan_vpn_feature_associate_routing_bgp_feature" "example" {
### Read-Only

- `service_routing_bgp_feature_id` (String) Service Routing BGP Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ data "sdwan_service_lan_vpn_feature_associate_routing_eigrp_feature" "example" {
### Read-Only

- `service_routing_eigrp_feature_id` (String) Service Routing EIGRP Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ data "sdwan_service_lan_vpn_feature_associate_routing_ospf_feature" "example" {
### Read-Only

- `service_routing_ospf_feature_id` (String) Service Routing OSPF Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ data "sdwan_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature" "exam
### Read-Only

- `service_routing_ospfv3_ipv4_feature_id` (String) Service Routing OSPFv3 IPv4 Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ data "sdwan_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature" "exam
### Read-Only

- `service_routing_ospfv3_ipv6_feature_id` (String) Service Routing OSPFv3 IPv6 Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_fea
### Read-Only

- `service_dhcp_server_feature_id` (String) Service DHCP Server Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature
### Read-Only

- `service_tracker_feature_id` (String) Service Tracker Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_f
### Read-Only

- `service_tracker_group_feature_id` (String) Service Tracker Group Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_featur
### Read-Only

- `service_dhcp_server_feature_id` (String) Service DHCP Server Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature"
### Read-Only

- `service_dhcp_server_feature_id` (String) Service DHCP Server Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ data "sdwan_transport_wan_vpn_feature_associate_routing_bgp_feature" "example" {
### Read-Only

- `transport_routing_bgp_feature_id` (String) Transport Routing BGP Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ data "sdwan_transport_wan_vpn_feature_associate_routing_ospf_feature" "example"
### Read-Only

- `transport_routing_ospf_feature_id` (String) Transport Routing OSPF Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ data "sdwan_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature" "ex
### Read-Only

- `transport_routing_ospfv3_ipv4_feature_id` (String) Transport Routing OSPFv4 IPv4 Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ data "sdwan_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature" "ex
### Read-Only

- `transport_routing_ospfv3_ipv6_feature_id` (String) Transport Routing OSPFv4 IPv6 Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_transport_wan_vpn_interface_cellular_feature_associate_tracker_featu
### Read-Only

- `transport_tracker_feature_id` (String) Transport Tracker Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_transport_wan_vpn_interface_cellular_feature_associate_tracker_group
### Read-Only

- `transport_tracker_group_feature_id` (String) Transport Tracker Group Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_
### Read-Only

- `transport_ipv6_tracker_feature_id` (String) Transport IPv6 Tracker Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_
### Read-Only

- `transport_ipv6_tracker_group_feature_id` (String) Transport IPv6 Tracker Group Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_transport_wan_vpn_interface_ethernet_feature_associate_tracker_featu
### Read-Only

- `transport_tracker_feature_id` (String) Transport Tracker Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group
### Read-Only

- `transport_tracker_group_feature_id` (String) Transport Tracker Group Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_transport_wan_vpn_interface_gre_feature_associate_tracker_feature" "
### Read-Only

- `transport_tracker_feature_id` (String) Transport Tracker Feature ID
- `version` (Number) The version of the object
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ data "sdwan_transport_wan_vpn_interface_ipsec_feature_associate_tracker_feature"
### Read-Only

- `transport_tracker_feature_id` (String) Transport Tracker Feature ID
- `version` (Number) The version of the object
3 changes: 2 additions & 1 deletion docs/resources/cli_config_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ resource "sdwan_cli_config_feature" "example" {
Import is supported using the following syntax:

```shell
terraform import sdwan_cli_config_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "cli_config_feature_id,feature_profile_id"
terraform import sdwan_cli_config_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ resource "sdwan_service_lan_vpn_feature_associate_multicast_feature" "example" {
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_feature_associate_multicast_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_feature_associate_multicast_feature_id,feature_profile_id,service_lan_vpn_feature_id"
terraform import sdwan_service_lan_vpn_feature_associate_multicast_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ resource "sdwan_service_lan_vpn_feature_associate_routing_bgp_feature" "example"
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_feature_associate_routing_bgp_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_feature_associate_routing_bgp_feature_id,feature_profile_id,service_lan_vpn_feature_id"
terraform import sdwan_service_lan_vpn_feature_associate_routing_bgp_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ resource "sdwan_service_lan_vpn_feature_associate_routing_eigrp_feature" "exampl
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_feature_associate_routing_eigrp_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_feature_associate_routing_eigrp_feature_id,feature_profile_id,service_lan_vpn_feature_id"
terraform import sdwan_service_lan_vpn_feature_associate_routing_eigrp_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ resource "sdwan_service_lan_vpn_feature_associate_routing_ospf_feature" "example
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_feature_associate_routing_ospf_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_feature_associate_routing_ospf_feature_id,feature_profile_id,service_lan_vpn_feature_id"
terraform import sdwan_service_lan_vpn_feature_associate_routing_ospf_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ resource "sdwan_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature" "
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature_id,feature_profile_id,service_lan_vpn_feature_id"
terraform import sdwan_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ resource "sdwan_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature" "
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature_id,feature_profile_id,service_lan_vpn_feature_id"
terraform import sdwan_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ resource "sdwan_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature_id,feature_profile_id,service_lan_vpn_feature_id,service_lan_vpn_interface_ethernet_feature_id"
terraform import sdwan_service_lan_vpn_interface_ethernet_feature_associate_dhcp_server_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ resource "sdwan_service_lan_vpn_interface_ethernet_feature_associate_tracker_fea
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_interface_ethernet_feature_associate_tracker_feature_id,feature_profile_id,service_lan_vpn_feature_id,service_lan_vpn_interface_ethernet_feature_id"
terraform import sdwan_service_lan_vpn_interface_ethernet_feature_associate_tracker_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ resource "sdwan_service_lan_vpn_interface_ethernet_feature_associate_tracker_gro
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature_id,feature_profile_id,service_lan_vpn_feature_id,service_lan_vpn_interface_ethernet_feature_id"
terraform import sdwan_service_lan_vpn_interface_ethernet_feature_associate_tracker_group_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ resource "sdwan_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_fe
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature_id,feature_profile_id,service_lan_vpn_feature_id,service_lan_vpn_interface_ipsec_feature_id"
terraform import sdwan_service_lan_vpn_interface_ipsec_feature_associate_dhcp_server_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ resource "sdwan_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feat
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature_id,feature_profile_id,service_lan_vpn_feature_id,service_lan_vpn_interface_svi_feature_id"
terraform import sdwan_service_lan_vpn_interface_svi_feature_associate_dhcp_server_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ resource "sdwan_transport_wan_vpn_feature_associate_routing_bgp_feature" "exampl
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_transport_wan_vpn_feature_associate_routing_bgp_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "transport_wan_vpn_feature_associate_routing_bgp_feature_id,feature_profile_id,transport_wan_vpn_feature_id"
terraform import sdwan_transport_wan_vpn_feature_associate_routing_bgp_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ resource "sdwan_transport_wan_vpn_feature_associate_routing_ospf_feature" "examp
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_transport_wan_vpn_feature_associate_routing_ospf_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "transport_wan_vpn_feature_associate_routing_ospf_feature_id,feature_profile_id,transport_wan_vpn_feature_id"
terraform import sdwan_transport_wan_vpn_feature_associate_routing_ospf_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ resource "sdwan_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature"
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature_id,feature_profile_id,transport_wan_vpn_feature_id"
terraform import sdwan_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ resource "sdwan_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature"
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature_id,feature_profile_id,transport_wan_vpn_feature_id"
terraform import sdwan_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ resource "sdwan_transport_wan_vpn_interface_cellular_feature_associate_tracker_f
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "transport_wan_vpn_interface_cellular_feature_associate_tracker_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_cellular_feature_id"
terraform import sdwan_transport_wan_vpn_interface_cellular_feature_associate_tracker_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
```
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ resource "sdwan_transport_wan_vpn_interface_cellular_feature_associate_tracker_g
### Read-Only

- `id` (String) The id of the object
- `version` (Number) The version of the object

## Import

Import is supported using the following syntax:

```shell
terraform import sdwan_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd"
# Expected import identifier with the format: "transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature_id,feature_profile_id,transport_wan_vpn_feature_id,transport_wan_vpn_interface_cellular_feature_id"
terraform import sdwan_transport_wan_vpn_interface_cellular_feature_associate_tracker_group_feature.example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037,140331f6-5418-4755-a059-13c77eb96037"
```
Loading
Loading