We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am trying to import some infrastructure from my IBM Cloud into terraform.
Terraform 0.12.20 Provider.ibm v1.2.0
# import_resources.tf resource "ibm_compute_vm_instance" "demo-11" { }
Ran "terraform import ibm_compute_vm_instance.demo-11 12345 and it finds the resource but then produces this error and then terraform crashes.
error.txt
Terraform should import resource.
Terraform crashes.
The text was updated successfully, but these errors were encountered:
v11 Fix issue IBM-Cloud#1092
4fb53ff
v11 Fix issue #1092
407ecc1
Available in https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v1.2.1
Sorry, something went wrong.
hkantare
No branches or pull requests
Hi,
I am trying to import some infrastructure from my IBM Cloud into terraform.
Terraform Version
Terraform 0.12.20
Provider.ibm v1.2.0
Terraform Configuration Files
Ran "terraform import ibm_compute_vm_instance.demo-11 12345 and it finds the resource but then produces this error and then terraform crashes.
error.txt
Debug Output
Panic Output
Expected Behavior
Terraform should import resource.
Actual Behavior
Terraform crashes.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: