-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
ssh key resources #65
Comments
Hello, While creating a server you can add login block, which can be changed without destroying the server, though removing it all together will result in a destroy and recreate process. So maybe my question is, for what would you need a seperate ssh key/s resource? Or maybe I answered your question? login block example:
|
TLDR;
To reuse the code written for other cloud providers. Long winded: In our case we use multiple cloud vendors and to keep things managable we need to use the same code path as much as possible - in just our bootstrap module (3-cloud providers) right now we have 6,698 lines in Terraform/HCL files with 191 occurrences of It simply isn't feasible to economically re-engineer everything in the way you suggest. The cost in developer cycles will be orders of magnitude larger than the saving from using Upcloud. Most of the other Terraform resources differences we think we can work around, but not this one. Since the issue is open we think that means upcloud may consider adding a ssh keypair resource? |
Hello, This probably will take some time to be implemented properly. |
Please add resource for ssh key/s... thank you.
The text was updated successfully, but these errors were encountered: