-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add Importer for tls_private_key #133
base: main
Are you sure you want to change the base?
Conversation
Can anyone review this please? This is a very important feature solves #44 which many users are struggling with. |
I ran into needing to do this on a set of private keys today. Unfortunately the codebase has moved since this PR was written and it no longer functions as is. I was able to get it working and will try to open a new PR with the updated changes. |
We found a workaround by directly adding our private key in the state :
A bit hacky but it worked in our case. |
Any update on this? Seems to be quite a long time open for a helpful feature. @Miouge1 could you bring it up to date with mainline? |
Add Importer for tls_private_key.
I have tested it with the following Terraform file:
Resolves !44