You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When appliance_sdwan_internet_policies uses a subnet configured in appliance_vlans, appliance_vlans deletion fails even when it's done after appliance_sdwan_internet_policies deletion.
module.meraki.meraki_appliance_vlan.networks_appliance_vlans["EMEA/Dev-WB/netascode-network-01/20"]: Destroying... [id=20]
module.meraki.meraki_appliance_vlan.networks_appliance_vlans["EMEA/Dev-WB/netascode-network-01/20"]: Still destroying... [id=20, 10s elapsed]
module.meraki.meraki_appliance_vlan.networks_appliance_vlans["EMEA/Dev-WB/netascode-network-01/20"]: Still destroying... [id=20, 20s elapsed]
╷
│ Error: Client Error
│
│ Failed to delete object (DELETE), got error: HTTP Request failed: StatusCode 400, {"errors":["The IP address range for traffic filter with src: 192.168.20.0/24
│ does not apply to any configured subnets."]}
This is due to appliance_sdwan_internet_policies deletion doing nothing, so the config remains and still refers to the subnet configured in appliance_vlans, and the API blocks deletion of the latter.
Uh oh!
There was an error while loading. Please reload this page.
When
appliance_sdwan_internet_policies
uses a subnet configured inappliance_vlans
,appliance_vlans
deletion fails even when it's done afterappliance_sdwan_internet_policies
deletion.This is due to
appliance_sdwan_internet_policies
deletion doing nothing, so the config remains and still refers to the subnet configured inappliance_vlans
, and the API blocks deletion of the latter.appliance_sdwan_internet_policies
:This does not log a request being made in debug logs:
The organization-level beta GET endpoint still returns the config:
appliance_vlans
:This fails:
internetPolicies
to[]
unblocksappliance_vlans
deletion.The text was updated successfully, but these errors were encountered: