Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
From the resource documentation (https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/ipv4_interface) you can see that this particular resource has a parent resource (`nxos_ipv4_vrf`). You always need to make sure that this ...
There is no need to manage the "sys/lldp/inst" and "sys/cdp/inst" objects using Terraform. These are system level objects that already exist and therefore there is no need to manage them using Terraform. What happens here is, TF attempts to delete th...
I have added an explanation to the GitHub issue here: https://github.com/netascode/terraform-aci-nac-aci/issues/64#issuecomment-2024852152Hopefully this clarifies the behavior.