cisco-open / terraform-provider-meraki

A Terraform Provider for Cisco Meraki
Mozilla Public License 2.0
16 stars 7 forks source link

Fix import statement for `meraki_networks_vlan_profiles` #120

Closed zbuchheit closed 3 months ago

zbuchheit commented 3 months ago

Prerequisites

Describe the bug The import statement appears to be incorrectly documented as terraform import meraki_networks_vlan_profiles.example "iname,network_id" but in testing that doesn't work and the correct import statement is terraform import meraki_networks_vlan_profiles.example "network_id,iname" where network_id comes after iname.

Expected behavior Document the correct import statement for the resource.

Screenshots Please provide an screenshot of the successful API call with cuRL, Postman, etc.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

fmunozmiranda commented 3 months ago

Ready