You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ibm.cloudcollection:1.25.0. Getting below error while retrieving the image. This error is not coming when i am using
ibm.cloudcollection:1.21.0 .
Error.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "", "rc": 1, "resource": {"_name": "ansible_20210602-151133", "_type": "ibm_is_images", "target": "ibm_is_images.ansible_20210602-151133"}, "stderr": "\nError: Unsupported argument\n\n on ibm_is_images_ansible_20210602-151133.tf line 2, in data "ibm_is_images" "ansible_20210602-151133":\n 2: ibmcloud_api_key = ""\n\nAn argument named "ibmcloud_api_key" is not expected here.\n\n\nError: Unsupported argument\n\n on ibm_is_images_ansible_20210602-151133.tf line 3, in data "ibm_is_images" "ansible_20210602-151133":\n 3: generation = 2\n\nAn argument named "generation" is not expected here.\n\n\nError: Unsupported argument\n\n on ibm_is_images_ansible_20210602-151133.tf line 4, in data "ibm_is_images" "ansible_20210602-151133":\n 4: region = "us-south"\n\nAn argument named "region" is not expected here.\n\n", "stderr_lines": ["", "Error: Unsupported argument", "", " on ibm_is_images_ansible_20210602-151133.tf line 2, in data "ibm_is_images" "ansible_20210602-151133":", " 2: ibmcloud_api_key = """, "", "An argument named "ibmcloud_api_key" is not expected here.", "", "", "Error: Unsupported argument", "", " on ibm_is_images_ansible_20210602-151133.tf line 3, in data "ibm_is_images" "ansible_20210602-151133":", " 3: generation = 2", "", "An argument named "generation" is not expected here.", "", "", "Error: Unsupported argument", "", " on ibm_is_images_ansible_20210602-151133.tf line 4, in data "ibm_is_images" "ansible_20210602-151133":", " 4: region = "us-south"", "", "An argument named "region" is not expected here.", ""], "stdout": "\nWarning: Deprecated Attribute\n\nThe generation field is deprecated and will be removed after couple of\nreleases\n\n", "stdout_lines": ["", "Warning: Deprecated Attribute", "", "The generation field is deprecated and will be removed after couple of", "releases", ""]}
Vaishnavi is helping me in resolving this issue,
The text was updated successfully, but these errors were encountered:
Hi @joergrenn, I submitted pull-request #62 to fix this problem. The fix, as it is, causes a new issue with lists of dicts so it's still a work in progress.
I am using ibm.cloudcollection:1.25.0. Getting below error while retrieving the image. This error is not coming when i am using
ibm.cloudcollection:1.21.0 .
Error.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "", "rc": 1, "resource": {"_name": "ansible_20210602-151133", "_type": "ibm_is_images", "target": "ibm_is_images.ansible_20210602-151133"}, "stderr": "\nError: Unsupported argument\n\n on ibm_is_images_ansible_20210602-151133.tf line 2, in data "ibm_is_images" "ansible_20210602-151133":\n 2: ibmcloud_api_key = ""\n\nAn argument named "ibmcloud_api_key" is not expected here.\n\n\nError: Unsupported argument\n\n on ibm_is_images_ansible_20210602-151133.tf line 3, in data "ibm_is_images" "ansible_20210602-151133":\n 3: generation = 2\n\nAn argument named "generation" is not expected here.\n\n\nError: Unsupported argument\n\n on ibm_is_images_ansible_20210602-151133.tf line 4, in data "ibm_is_images" "ansible_20210602-151133":\n 4: region = "us-south"\n\nAn argument named "region" is not expected here.\n\n", "stderr_lines": ["", "Error: Unsupported argument", "", " on ibm_is_images_ansible_20210602-151133.tf line 2, in data "ibm_is_images" "ansible_20210602-151133":", " 2: ibmcloud_api_key = """, "", "An argument named "ibmcloud_api_key" is not expected here.", "", "", "Error: Unsupported argument", "", " on ibm_is_images_ansible_20210602-151133.tf line 3, in data "ibm_is_images" "ansible_20210602-151133":", " 3: generation = 2", "", "An argument named "generation" is not expected here.", "", "", "Error: Unsupported argument", "", " on ibm_is_images_ansible_20210602-151133.tf line 4, in data "ibm_is_images" "ansible_20210602-151133":", " 4: region = "us-south"", "", "An argument named "region" is not expected here.", ""], "stdout": "\nWarning: Deprecated Attribute\n\nThe generation field is deprecated and will be removed after couple of\nreleases\n\n", "stdout_lines": ["", "Warning: Deprecated Attribute", "", "The generation field is deprecated and will be removed after couple of", "releases", ""]}
Vaishnavi is helping me in resolving this issue,
The text was updated successfully, but these errors were encountered: