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

ibm_is_instance does not accept region parameter #64

Open joergrenn opened 3 years ago

joergrenn commented 3 years ago

I am trying to create a vsi using ibm_is_instance in the eu-de region. According to the documentation it accepts a parameter "region" instead of env Variable "IC_REGION". According to the readme file the paramter is "ibmcloud_region": https://github.com/IBM-Cloud/ansible-collection-ibm/tree/master/examples/simple-vm-ssh#readme But neither parameter is working. I always get the error: {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'region'\n\n... The region parameter is not in the TL_REQUIRED_PARAMETERS or TL_ALL_PARAMETERS list of the module. Could that be the issue?