Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 1.63 KB

File metadata and controls

36 lines (25 loc) · 1.63 KB

Requirements

Name Version
terraform >= 0.12.26

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_iam_openid_connect_provider.this resource

Inputs

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

Outputs

Name Description
provider_arn The ARN assigned by AWS for this provider.