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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Upon destruction of the resource, the aci node should be removed from the fabric inventory.
Actual Behavior
A terraform apply reports the destruction of the resource, and the resource gets removed from the terraform state. However, the fabric node member is not removed from the fabric inventory.
Just a comment regarding use of aci_fabric_node_member. When one switch needed to be replaced we got into trouble as Terraform wanted to remove the old switch, which did no longer exist. After this we changed to use serial number as key instead of hostname. The next time we had to replace a switch we had no problems, just imported the new switch into state after adding it to the fabric using the gui.
github-actionsbot
changed the title
aci_fabric_node_member resource do not remove node from inventoryaci_fabric_node_member resource do not remove node from inventory (DCNE-152)
Aug 14, 2024
Community Note
Terraform Version
v1.5.6
APIC version and APIC Platform
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Upon destruction of the resource, the aci node should be removed from the fabric inventory.
Actual Behavior
A terraform apply reports the destruction of the resource, and the resource gets removed from the terraform state. However, the fabric node member is not removed from the fabric inventory.
Steps to Reproduce
terraform plan
terraform apply
Important Factoids
The proper API call to remove the node from inventory is:
https://<IP>/api/node/mo/uni/fabric/outofsvc.json
With body (example):
References
The text was updated successfully, but these errors were encountered: