Terraform module to spin up AWS IAM load balancer controller
Name | Version |
---|---|
terraform | ~> 1.4 |
aws | ~> 5.57 |
No providers.
Name | Source | Version |
---|---|---|
elb_controller_irsa_role | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.52.2 |
No resources.
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 |
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 |