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?
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?