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