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
}
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 |