-
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
Support local tls certificate file as input for tls_certificate data source #139
Conversation
Hi @bflad, |
* Closes hashicorp#139 support parsing certificate content hashicorp#4 * Using hash of certificates as ID for 'tls_certificate' data source * Update CHANGELOG.md * Adding BUGFIX + NOTES to the CHANGELOG as we are now fixing issue hashicorp#79. Co-authored-by: Ivan De Marino <ivan.demarino@hashicorp.com>
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Hi team,
I would like to propose a new feature to support local tls file as an input for
tls_certificate
data source.Example:
For local file
For remote file (sitting behind and HTTPS endpoint)
This will serve as an extension for #62 solve #4 where the author wants to read from file
${file('path/to/cert.pem')}
for example