Describe the bug
Rules in meraki_networks_appliance_firewall_l3_firewall_rules doesn't preserve order. For example, "Allow all other traffic rule" can become rule 1 and "Deny HTTPS to internal network" can become rule 2.
Expected behavior
Order inside rules needs to be preserved.
Screenshots
Debug
A set is being used rather than list in terraform-provider-meraki/internal/provider/resource_meraki_networks_appliance_firewall_l3_firewall_rules.go.
Environment (please complete the following information):
Prerequisites
Describe the bug Rules in meraki_networks_appliance_firewall_l3_firewall_rules doesn't preserve order. For example, "Allow all other traffic rule" can become rule 1 and "Deny HTTPS to internal network" can become rule 2.
Expected behavior Order inside rules needs to be preserved.
Screenshots
Debug A set is being used rather than list in terraform-provider-meraki/internal/provider/resource_meraki_networks_appliance_firewall_l3_firewall_rules.go.
Environment (please complete the following information):
Additional context