Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-place update dnacenter_reserve_ip_subpool #242

Open
mschedrin opened this issue Nov 23, 2023 · 1 comment
Open

In-place update dnacenter_reserve_ip_subpool #242

mschedrin opened this issue Nov 23, 2023 · 1 comment
Assignees

Comments

@mschedrin
Copy link

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.

kuba-mazurkiewicz added a commit to kuba-mazurkiewicz/terraform-provider-dnacenter that referenced this issue Feb 5, 2024
@kuba-mazurkiewicz
Copy link

@zapodeanu @fmunozmiranda can you add ForceNew: true, to all attributes except those mentioned by Mikhail ? I included fix in PR #258

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants