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
Terraform v0.14.2
resource "ibm_resource_instance" "test_resource" { ... } resource "ibm_resource_key" "test_resource_key" { name = "TestResourceKey" role = "Manager" resource_instance_id = ibm_resource_instance.test_resource.id }
... Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
In .tfstate for the ibm_resource_key resource:
ibm_resource_key
"status": "removed"
N/A
The resource should be re-created.
The resource is not re-created.
terraform apply
None that I've come across.
The text was updated successfully, but these errors were encountered:
Released in latest releases v1.19.0 and above
Sorry, something went wrong.
Closing issue
No branches or pull requests
Terraform Version
Terraform v0.14.2
Affected Resource(s)
Terraform Configuration Files
Debug Output
In .tfstate for the
ibm_resource_key
resource:Panic Output
N/A
Expected Behavior
The resource should be re-created.
Actual Behavior
The resource is not re-created.
Steps to Reproduce
terraform apply
Important Factoids
N/A
References
None that I've come across.
The text was updated successfully, but these errors were encountered: