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 9k forks source link

[New Data Source]: Filter aws_iam_openid_connect_provider via tags #33251

Open mattmeye opened 10 months ago

mattmeye commented 10 months ago

Description

Please add filtering for data.aws_iam_openid_connect_provider like https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnets.

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

new resource: data.aws_iam_openid_connect_providers

Potential Terraform Configuration

data "aws_iam_openid_connect_providers" {
  filter {
    name   = "my-tag"
    values = "my-value"
  }
}

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 10 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

mattmeye commented 10 months ago

used the wrong template, please change the labels