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
Unable to delete IBM Cloud instance using ibm_is_instance module. I've tried adding keys as in the example, removing, as well as populating almost all parameters with information to no avail.
Ansible version: 2.9.7
IBM collection version: 1.33.1
Steps to replicate:
Get a IBM Cloud instance ID from the machine to delete.
Run playbook with with state: absent to delete using instance id from step 1.
Error: Missing required argument
on ibm_is_instance_ansible_20211010-153629.tf line 1, in resource "ibm_is_instance" "ansible_20211010-153629":
1: resource ibm_is_instance "ansible_20211010-153629" {
"instance_template": one of `boot_volume.0.snapshot,image,instance_template`
must be specified
Error: Missing required argument
on ibm_is_instance_ansible_20211010-153629.tf line 1, in resource "ibm_is_instance" "ansible_20211010-153629":
1: resource ibm_is_instance "ansible_20211010-153629" {
"image": one of `boot_volume.0.snapshot,image,instance_template` must be
specified
The text was updated successfully, but these errors were encountered:
CastawayEGR
changed the title
Unable to delete cloud instance using ibm_is_instance.
ibm_is_instance: Unable to delete cloud instance
Oct 10, 2021
Unable to delete IBM Cloud instance using ibm_is_instance module. I've tried adding keys as in the example, removing, as well as populating almost all parameters with information to no avail.
Ansible version: 2.9.7
IBM collection version: 1.33.1
Steps to replicate:
Standard Error Output:
The text was updated successfully, but these errors were encountered: