Skip to content

truefoundry/terraform-aws-truefoundry-load-balancer-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-truefoundry-load-balancer-controller

Terraform module to spin up AWS IAM load balancer controller

Requirements

Name Version
terraform ~> 1.4
aws ~> 5.57

Providers

No providers.

Modules

Name Source Version
elb_controller_irsa_role terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks 5.52.2

Resources

No resources.

Inputs

Name Description Type Default Required
cluster_name EKS Cluster Name string n/a yes
cluster_oidc_provider_arn The oidc provider ARN of the eks cluster string n/a yes
k8s_service_account_name The k8s elb controller service account name string n/a yes
k8s_service_account_namespace The k8s elb controller namespace string n/a yes
tags AWS Tags common to all the resources created map(string) {} no

Outputs

Name Description
elb_iam_role_arn AWS IAM role arn for the ELB controller
elb_iam_role_name AWS IAM role name for the ELB controller
elb_iam_role_path AWS IAM role path for the ELB controller
elb_iam_role_unique_id AWS IAM role unique ID for the ELB controller

About

Terraform module to spin up AWS IAM load balancer controller

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages