| Name | Version |
|---|---|
| terraform | ~> 1.0 |
| aws | ~> 5.0 |
| Name | Version |
|---|---|
| aws | 5.100.0 |
No modules.
| Name | Type |
|---|---|
| aws_iam_openid_connect_provider.this | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| url | (Required) URL of the identity provider, corresponding to the iss claim. | string |
n/a | yes |
| client_id_list | (Required) List of client IDs (audiences) that this provider should accept. | list(string) |
n/a | yes |
| thumbprint_list | (Required) List of server certificate thumbprints for the identity provider's server certificates. | list(string) |
n/a | yes |
| tags | (Optional) A map of tags to assign to the resource. | map(string) |
{} |
no |
| Name | Description |
|---|---|
| arn | The ARN of the resource |
| tags_all | A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block. |
| url | The URL of the IAM OpenID Connect provider |