Data Source: aws_iam_openid_connect_provider

This data source can be used to fetch information about a specific IAM OpenID Connect provider. By using this data source, you can retrieve the the resource information by either its arn or url.

Example Usage

data "aws_iam_openid_connect_provider" "example" {
  arn = "arn:aws:iam::123456789012:oidc-provider/accounts.google.com"
}
data "aws_iam_openid_connect_provider" "example" {
  url = "https://accounts.google.com"
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: