DNAC GUI and API allows to update only certain parameters on reserved ip pool. Resource dnacenter_reserve_ip_subpool attempts to do in-place update upon change of any parameter and fails if unchangeable parameter is being updated. Please implement resource recreation when unchangeable parameters are modified.
Here is the list of resources that are changeable:
name
ipv4DhcpServers
ipv4DnsServers
ipv6DhcpServers
ipv6DnsServers
Modifications of any other parameter should trigger resource re-creation.
DNAC GUI and API allows to update only certain parameters on reserved ip pool. Resource
dnacenter_reserve_ip_subpool
attempts to do in-place update upon change of any parameter and fails if unchangeable parameter is being updated. Please implement resource recreation when unchangeable parameters are modified. Here is the list of resources that are changeable:Modifications of any other parameter should trigger resource re-creation.