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
I'm onboarding my devices via the catalystcenter_device resource.
But if i delete the devices manual from the inventory in catalyst center then terraform is not detecting that i deleted this device and the resources related afterwards to this device. if i do this with the ACI provider the provider is detecting this very nicely and will recreate all these resources.
This is reducing the power of terraform.
Can you please take a look to this.
The text was updated successfully, but these errors were encountered:
kuba-mazurkiewicz
added a commit
to kuba-mazurkiewicz/terraform-provider-catalystcenter
that referenced
this issue
Apr 15, 2025
…update_device_management_address
* Add mutex to resources to prevent multiple concurrent operations
* remove require_replace from fabric_l3_virtual_network
* Fix issue #200 with terraform not detecting delta in catalystcenter_device resource
* add catalystcenter_update_device_management_address resource
* add catalystcenter_fabric_l3_handoff_ip_transits resource
* fix import in catalystcenter_fabric_l3_handoff_ip_transits
* fix acceptance test for catalystcenter_device
* add redeploy attribute to deploy_template
* add requires_replace on redeploy attribute in catalystcenter_deploy_template
* add support for requires_replace single item in list instead of full resource
* fix conflict in go.sum
I'm onboarding my devices via the catalystcenter_device resource.
But if i delete the devices manual from the inventory in catalyst center then terraform is not detecting that i deleted this device and the resources related afterwards to this device. if i do this with the ACI provider the provider is detecting this very nicely and will recreate all these resources.
This is reducing the power of terraform.
Can you please take a look to this.
The text was updated successfully, but these errors were encountered: