In VPC Virtual Server Instance destroy ansible playbook, all get info takes default zone us-south. So, if we have a resource in different zone/region, Destroy ansible playbook is getting failed.
Fix:
Updated the zone/region in all the places where it is required.
According to the example destroy command in the README.md, modified the variable name.
Issue:
In VPC Virtual Server Instance destroy ansible playbook, all get info takes default zone
us-south
. So, if we have a resource in different zone/region, Destroy ansible playbook is getting failed.Fix: