Skip to content

launchbynttdata/tf-aws-module_primitive-iam_openid_connect_provider

Repository files navigation

tf-aws-module_primitive-iam_openid_connect_provider

Requirements

Name Version
terraform ~> 1.0
aws ~> 5.0

Providers

Name Version
aws 5.100.0

Modules

No modules.

Resources

Name Type
aws_iam_openid_connect_provider.this resource

Inputs

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

Outputs

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published