Closed ThomasBartnicki closed 1 month ago
Hi @ThomasBartnicki,
In order to review and accept your commit, you need to sign a Customer License Agreement and send it to ecosystems_cla@f5.com
Hi,
Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1671.
Environment
Summary
When performing a
terraform destroy
on a vcmp guest, an error is thrown if the first virtual disk result doesn't match the one being deleted.When looping through the virtual disks, we should move to the next one if the current one isn't the one we're trying to delete, not throw an error.
Steps To Reproduce
Steps to reproduce the behavior:
Run a
terraform destroy
after having created a VCMP guest on a BigIP host with multiple virtual-disks on it.Expected Behavior
Delete the virtual disk belonging to the current VCMP guest.
Actual Behavior
Throws an error if the first virtual disk in the list isn't the one belonging to the current VCMP guest.
Error thrown:
Couldn't find disk: %s", disk.Name