Name | Version |
---|---|
terraform | >= 0.12.26 |
Name | Version |
---|---|
aws | n/a |
No modules.
Name | Type |
---|---|
aws_iam_openid_connect_provider.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
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.) | list(string) |
n/a | yes |
identity_provider_url | The URL of the identity provider. | any |
n/a | yes |
tags | Tags to add to IAM identity provider Resource. | map(any) |
{} |
no |
thumbprint_list | A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificate(s). | list(string) |
n/a | yes |
Name | Description |
---|---|
provider_arn | The ARN assigned by AWS for this provider. |