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):
Meraki Dashboard version:
Terraform version:
Meraki provider version:
OS Version:
Additional context
Add any other context about the problem here.
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 isterraform 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.