{"id":22472989,"url":"https://github.com/truefoundry/terraform-aws-truefoundry-load-balancer-controller","last_synced_at":"2026-01-06T23:05:41.462Z","repository":{"id":222112392,"uuid":"754948889","full_name":"truefoundry/terraform-aws-truefoundry-load-balancer-controller","owner":"truefoundry","description":"Terraform module to spin up AWS IAM load balancer controller","archived":false,"fork":false,"pushed_at":"2025-02-12T22:22:03.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-12T23:26:08.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/truefoundry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-09T04:56:57.000Z","updated_at":"2024-11-08T08:10:44.000Z","dependencies_parsed_at":"2025-02-12T23:23:08.839Z","dependency_job_id":"f661c73f-0fe0-4657-ba6a-ecd43a352043","html_url":"https://github.com/truefoundry/terraform-aws-truefoundry-load-balancer-controller","commit_stats":null,"previous_names":["truefoundry/terraform-aws-truefoundry-load-balancer-controller"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truefoundry%2Fterraform-aws-truefoundry-load-balancer-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truefoundry%2Fterraform-aws-truefoundry-load-balancer-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truefoundry%2Fterraform-aws-truefoundry-load-balancer-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/truefoundry%2Fterraform-aws-truefoundry-load-balancer-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/truefoundry","download_url":"https://codeload.github.com/truefoundry/terraform-aws-truefoundry-load-balancer-controller/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245880825,"owners_count":20687614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-06T12:18:19.651Z","updated_at":"2026-01-06T23:05:41.456Z","avatar_url":"https://github.com/truefoundry.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-truefoundry-load-balancer-controller\nTerraform module to spin up AWS IAM load balancer controller\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | ~\u003e 1.4 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | ~\u003e 5.57 |\n\n## Providers\n\nNo providers.\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_elb_controller_irsa_role\"\u003e\u003c/a\u003e [elb\\_controller\\_irsa\\_role](#module\\_elb\\_controller\\_irsa\\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | 5.60.0 |\n\n## Resources\n\nNo resources.\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_cluster_name\"\u003e\u003c/a\u003e [cluster\\_name](#input\\_cluster\\_name) | EKS Cluster Name | `string` | n/a | yes |\n| \u003ca name=\"input_cluster_oidc_provider_arn\"\u003e\u003c/a\u003e [cluster\\_oidc\\_provider\\_arn](#input\\_cluster\\_oidc\\_provider\\_arn) | The oidc provider ARN of the eks cluster | `string` | n/a | yes |\n| \u003ca name=\"input_disable_default_tags\"\u003e\u003c/a\u003e [disable\\_default\\_tags](#input\\_disable\\_default\\_tags) | Disable the default tags | `bool` | `false` | no |\n| \u003ca name=\"input_elb_controller_policy_prefix_enable_override\"\u003e\u003c/a\u003e [elb\\_controller\\_policy\\_prefix\\_enable\\_override](#input\\_elb\\_controller\\_policy\\_prefix\\_enable\\_override) | Enable/Disable override of the elb controller policy prefix. If enabled, the elb\\_controller\\_policy\\_prefix\\_override\\_name variable must be set. | `bool` | `false` | no |\n| \u003ca name=\"input_elb_controller_policy_prefix_override_name\"\u003e\u003c/a\u003e [elb\\_controller\\_policy\\_prefix\\_override\\_name](#input\\_elb\\_controller\\_policy\\_prefix\\_override\\_name) | The override prefix for the elb controller policy name. This will be used if elb\\_controller\\_policy\\_prefix\\_enable\\_override is true. | `string` | `\"\"` | no |\n| \u003ca name=\"input_elb_controller_role_additional_policy_arns\"\u003e\u003c/a\u003e [elb\\_controller\\_role\\_additional\\_policy\\_arns](#input\\_elb\\_controller\\_role\\_additional\\_policy\\_arns) | The additional policy ARNs for the elb controller role. For example, { 'policy' = 'arn:aws:iam::aws:policy/PolicyName' } | `map(string)` | `{}` | no |\n| \u003ca name=\"input_elb_controller_role_enable_override\"\u003e\u003c/a\u003e [elb\\_controller\\_role\\_enable\\_override](#input\\_elb\\_controller\\_role\\_enable\\_override) | Enable/Disable override of the elb controller role name. If enabled, the elb\\_controller\\_role\\_name\\_override variable must be set. | `bool` | `false` | no |\n| \u003ca name=\"input_elb_controller_role_override_name\"\u003e\u003c/a\u003e [elb\\_controller\\_role\\_override\\_name](#input\\_elb\\_controller\\_role\\_override\\_name) | The override name for the elb controller role. This will be used if elb\\_controller\\_role\\_enable\\_override is true. | `string` | `\"\"` | no |\n| \u003ca name=\"input_elb_controller_role_permissions_boundary_arn\"\u003e\u003c/a\u003e [elb\\_controller\\_role\\_permissions\\_boundary\\_arn](#input\\_elb\\_controller\\_role\\_permissions\\_boundary\\_arn) | The permissions boundary ARN for the elb controller role | `string` | `null` | no |\n| \u003ca name=\"input_k8s_service_account_name\"\u003e\u003c/a\u003e [k8s\\_service\\_account\\_name](#input\\_k8s\\_service\\_account\\_name) | The k8s elb controller service account name | `string` | n/a | yes |\n| \u003ca name=\"input_k8s_service_account_namespace\"\u003e\u003c/a\u003e [k8s\\_service\\_account\\_namespace](#input\\_k8s\\_service\\_account\\_namespace) | The k8s elb controller namespace | `string` | n/a | yes |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | AWS Tags common to all the resources created | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_elb_iam_role_arn\"\u003e\u003c/a\u003e [elb\\_iam\\_role\\_arn](#output\\_elb\\_iam\\_role\\_arn) | AWS IAM role arn for the ELB controller |\n| \u003ca name=\"output_elb_iam_role_name\"\u003e\u003c/a\u003e [elb\\_iam\\_role\\_name](#output\\_elb\\_iam\\_role\\_name) | AWS IAM role name for the ELB controller |\n| \u003ca name=\"output_elb_iam_role_path\"\u003e\u003c/a\u003e [elb\\_iam\\_role\\_path](#output\\_elb\\_iam\\_role\\_path) | AWS IAM role path for the ELB controller |\n| \u003ca name=\"output_elb_iam_role_unique_id\"\u003e\u003c/a\u003e [elb\\_iam\\_role\\_unique\\_id](#output\\_elb\\_iam\\_role\\_unique\\_id) | AWS IAM role unique ID for the ELB controller |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruefoundry%2Fterraform-aws-truefoundry-load-balancer-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruefoundry%2Fterraform-aws-truefoundry-load-balancer-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruefoundry%2Fterraform-aws-truefoundry-load-balancer-controller/lists"}