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
IBM VPC Gen2. How to recover SSH public key.
Hi it seems it is not possible using terraform to recover the public key from an SSH key in IBM Cloud.
"ibm_is_ssh_key" does not return it: https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform?topic=ibm-cloud-provider-for-terraform-vpc-gen2-data-sources#vpc-ssh-key
And the "ibm_is_instance" https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform?topic=ibm-cloud-provider-for-terraform-vpc-gen2-data-sources#instance returns the key id but not the public key.
In the IBM Cloud Console UI I can recover it.
Also taking into account that IBM Cloud does not allow to generate two different keys with the same value this is a big usability issue.
The text was updated successfully, but these errors were encountered:
Fix issue IBM-Cloud#2388
0812f3b
Fix issue #2388
e21bee2
Available in latest release https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/is_ssh_key
Sorry, something went wrong.
Closing this issue.. Thanks.
No branches or pull requests
IBM VPC Gen2. How to recover SSH public key.
Hi it seems it is not possible using terraform to recover the public key from an SSH key in IBM Cloud.
"ibm_is_ssh_key" does not return it: https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform?topic=ibm-cloud-provider-for-terraform-vpc-gen2-data-sources#vpc-ssh-key
And the "ibm_is_instance" https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform?topic=ibm-cloud-provider-for-terraform-vpc-gen2-data-sources#instance returns the key id but not the public key.
In the IBM Cloud Console UI I can recover it.
Also taking into account that IBM Cloud does not allow to generate two different keys with the same value this is a big usability issue.
The text was updated successfully, but these errors were encountered: