cloudposse / terraform-provider-awsutils

Terraform provider to help with various AWS automation tasks (mostly all that stuff we cannot accomplish with the official AWS terraform provider)
https://cloudposse.com/accelerate
Mozilla Public License 2.0
41 stars 9 forks source link

Feature Request: Add a datasource for retrieving TLS Thumbprints #47

Open syphernl opened 1 year ago

syphernl commented 1 year ago

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

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

-