IBM-Cloud / ansible-collection-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
70 stars 73 forks source link

VPC region/zone update in destroy.yaml #36

Open KumarGanesanIBM opened 3 years ago

KumarGanesanIBM commented 3 years ago

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:

  1. Updated the zone/region in all the places where it is required.
  2. According to the example destroy command in the README.md, modified the variable name.
KumarGanesanIBM commented 3 years ago

@Anil-CM Please review the code and let me know if you have comments. Thanks, KumarG.