hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.61k stars 8.99k forks source link

[New Data Source]: aws_iam_server_certificates Get list of iam server certificates #37558

Open aahel opened 1 month ago

aahel commented 1 month ago

Description

i have an usecase where i want to list all iam server certificates so that i can manually delete the expired ones among those.

Requested Resource(s) and/or Data Source(s)

Potential Terraform Configuration

data "aws_iam_server_certificates" "my-certs" {}

References

Would you like to implement a fix?

Yes

github-actions[bot] commented 1 month ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

aahel commented 1 month ago

i would like to contribute to add this datasource