equinix / ansible-collection-equinix

Ansible content to help automate the management of Equinix resources
https://deploy.equinix.com/labs/ansible-collection-equinix/
GNU General Public License v3.0
1 stars 1 forks source link

fix: support updating virtual circuit attributes other than name #245

Closed ctreatma closed 1 month ago

ctreatma commented 1 month ago

Fixes #237

This marks additional attributes as mutable in the virtual circuit module specs. In addition to marking the attributes as mutable, we also need to add a flag to the shared get_diff function to tell that function not to ignore fields that are not present in the API response but are present in the config.

This also registers the md5 attribute as a response attribute for virtual circuits so that the module will know about that attribute and handle it correctly.

github-actions[bot] commented 1 month ago

This PR is included in version 0.11.1 :tada: