Error: timeout while waiting for state to become 'stable, failed' (last state: 'pending', timeout: 10m0s)
Per this thread, the Terraform module should support timeout values and that is being added to the documentation.
[(https://github.com/IBM-Cloud/terraform-provider-ibm/issues/2989)]
Reading through the code I didn't see that timeout create/update/delete is supported in this ansible module. If we can update the module to support the backend terraform timeout that would be great!
Current workaround is to create the snapshot in async mode with polling 0, then loop check on the snapshot status until it is stable:
Running this on a VSI disk with a large amount of data:
Returns this error:
Per this thread, the Terraform module should support timeout values and that is being added to the documentation. [(https://github.com/IBM-Cloud/terraform-provider-ibm/issues/2989)] Reading through the code I didn't see that timeout create/update/delete is supported in this ansible module. If we can update the module to support the backend terraform timeout that would be great!
Current workaround is to create the snapshot in async mode with polling 0, then loop check on the snapshot status until it is stable: