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
Have a question? Please checkout our Slack Community or visit our Slack Archive.
It would be nice if we could have a datasource to retrieve a thumbprint of a TLS/SSL certificate.
Input a hostname and get the TLS Thumbprint
For instance in aws_iam_openid_connect_provider this is required and currently requires either hardcoding it or using external scripts to retrieve.
aws_iam_openid_connect_provider
A simple function that retieves the thumbprint.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
It would be nice if we could have a datasource to retrieve a thumbprint of a TLS/SSL certificate.
Expected Behavior
Input a hostname and get the TLS Thumbprint
Use Case
For instance in
aws_iam_openid_connect_provider
this is required and currently requires either hardcoding it or using external scripts to retrieve.Describe Ideal Solution
A simple function that retieves the thumbprint.
Alternatives Considered
Additional Context
The text was updated successfully, but these errors were encountered: