Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

IAM EKS OIDC provider

Create a IAM OIDC provider used to link EKS Services Accounts and IAM roles

Requirements

Name Version
terraform ~> 1.3
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Providers

Name Version
aws >= 4.67.0, < 5.0.0
time ~> 0.9.1

Modules

No modules.

Resources

Name Type
aws_iam_openid_connect_provider.oidc_provider resource
time_static.last_update resource

Inputs

Name Description Type Default Required
customer Customer applied to this instance string "" no
name Name applied to this instance string "myIAMpolicy" no
tags Tags applied to this instance map(string)
{
"ManagedBy": "terraform"
}
no
thumbprint_list List of thumbprints to be added to the oidc provider list(string) n/a yes
url URL of the OIDC provider string n/a yes

Outputs

Name Description
arn The ARN of the OIDC provider
url The URL of the OIDC provider