Skip to content

Commit

Permalink
(feat) Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abebars committed Feb 17, 2022
1 parent 71475df commit 0b2d16e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/d/iam_openid_connect_provider.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ data "aws_iam_openid_connect_provider" "example" {

## Attributes Reference

* `client_id_list` - (Required) A list of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the client_id parameter on OAuth requests.)
* `thumbprint_list` - (Required) A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificate(s).
* `tags` - (Optional) Map of resource tags for the IAM OIDC provider.
* `client_id_list` - A list of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the client_id parameter on OAuth requests.)
* `thumbprint_list` - A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificate(s).
* `tags` - Map of resource tags for the IAM OIDC provider.

0 comments on commit 0b2d16e

Please sign in to comment.