/terraform-aws-eks-load-balancer-controller

I just want to deploy an application or network load balancer on EKS

Primary LanguageHCL

Usage

If you're using the terraform-aws-modules/eks/aws community module

module "aws-load-balancer-controller" {
  source = "./modules/aws-load-balancer-controller"
  cluster_oidc_issuer_url = module.eks.cluster_oidc_issuer_url
  cluster_id = module.eks.cluster_id
}

Inputs

Name Description Type Default Required
cluster_oidc_issuer_url The URL on the EKS cluster OIDC Issuer string "" yes
cluster_id The name/id of the EKS cluster. Will block on cluster creation until the cluster is really ready. string "" yes