Closed kirktso closed 5 years ago
The fix of #451 resolves this issues...The fix is available in master
Fix is available in latest release https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v0.14.0
Thank you @hkantare. This seems to be working now.
Terraform Version
provider.ibm is not reporting its version here. It is 0.13.0.
Affected Resource(s)
ibm_resource_key.postgresql
Terraform Configuration Files
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.Expected Behavior
There should not be an error.
Actual Behavior
The following error is shown during
terraform apply
:The resource key is created every time I run
terraform apply
. However, every time I run it, I get the above message - even though it is already out there multiple times.Steps to Reproduce
terraform apply
Important Factoids
References
N/A