{"id":19149813,"url":"https://github.com/harness/terraform-kubernetes-harness-delegate","last_synced_at":"2026-03-02T21:44:38.046Z","repository":{"id":50305156,"uuid":"484455351","full_name":"harness/terraform-kubernetes-harness-delegate","owner":"harness","description":"Terraform module for installing a Harness Delegate into a Kubernetes cluster","archived":false,"fork":false,"pushed_at":"2024-08-28T21:17:23.000Z","size":36,"stargazers_count":4,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T04:44:35.925Z","etag":null,"topics":["cd","ci","continuous-delivery","continuous-integration","devops","terraform"],"latest_commit_sha":null,"homepage":"https://harness.io","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/harness.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-04-22T14:03:17.000Z","updated_at":"2024-08-27T20:11:59.000Z","dependencies_parsed_at":"2024-08-28T22:33:59.204Z","dependency_job_id":null,"html_url":"https://github.com/harness/terraform-kubernetes-harness-delegate","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harness%2Fterraform-kubernetes-harness-delegate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harness%2Fterraform-kubernetes-harness-delegate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harness%2Fterraform-kubernetes-harness-delegate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harness%2Fterraform-kubernetes-harness-delegate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harness","download_url":"https://codeload.github.com/harness/terraform-kubernetes-harness-delegate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252816519,"owners_count":21808702,"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":["cd","ci","continuous-delivery","continuous-integration","devops","terraform"],"created_at":"2024-11-09T08:09:45.888Z","updated_at":"2026-03-02T21:44:38.038Z","avatar_url":"https://github.com/harness.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_helm\"\u003e\u003c/a\u003e [helm](#requirement\\_helm) | 2.9.0 |\n| \u003ca name=\"requirement_utils\"\u003e\u003c/a\u003e [utils](#requirement\\_utils) | \u003e= 0.14.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_helm\"\u003e\u003c/a\u003e [helm](#provider\\_helm) | 2.9.0 |\n| \u003ca name=\"provider_utils\"\u003e\u003c/a\u003e [utils](#provider\\_utils) | \u003e= 0.14.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [helm_release.delegate](https://registry.terraform.io/providers/hashicorp/helm/2.9.0/docs/resources/release) | resource |\n| [utils_deep_merge_yaml.values](https://registry.terraform.io/providers/cloudposse/utils/latest/docs/data-sources/deep_merge_yaml) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_account_id\"\u003e\u003c/a\u003e [account\\_id](#input\\_account\\_id) | The account ID to use for the Harness delegate. | `string` | n/a | yes |\n| \u003ca name=\"input_create_namespace\"\u003e\u003c/a\u003e [create\\_namespace](#input\\_create\\_namespace) | Create namespace if it does not exist | `bool` | `true` | no |\n| \u003ca name=\"input_delegate_image\"\u003e\u003c/a\u003e [delegate\\_image](#input\\_delegate\\_image) | The image of delegate. | `string` | `\"\"` | no |\n| \u003ca name=\"input_delegate_name\"\u003e\u003c/a\u003e [delegate\\_name](#input\\_delegate\\_name) | The name of the Harness delegate. | `string` | n/a | yes |\n| \u003ca name=\"input_delegate_token\"\u003e\u003c/a\u003e [delegate\\_token](#input\\_delegate\\_token) | The account secret to use for the Harness delegate. | `string` | n/a | yes |\n| \u003ca name=\"input_deploy_mode\"\u003e\u003c/a\u003e [deploy\\_mode](#input\\_deploy\\_mode) | Delegate deploy\\_mode, options are 'KUBERNETES', 'KUBERNETES\\_ONPREM', 'ONPREM'. | `string` | `\"KUBERNETES\"` | no |\n| \u003ca name=\"input_helm_repository\"\u003e\u003c/a\u003e [helm\\_repository](#input\\_helm\\_repository) | The Helm repository to use. | `string` | `\"https://app.harness.io/storage/harness-download/delegate-helm-chart/\"` | no |\n| \u003ca name=\"input_init_script\"\u003e\u003c/a\u003e [init\\_script](#input\\_init\\_script) | Init Script | `string` | `\"\"` | no |\n| \u003ca name=\"input_manager_endpoint\"\u003e\u003c/a\u003e [manager\\_endpoint](#input\\_manager\\_endpoint) | The endpoint of Harness Manager. | `string` | n/a | yes |\n| \u003ca name=\"input_namespace\"\u003e\u003c/a\u003e [namespace](#input\\_namespace) | The namespace to deploy the Harness delegate to. | `string` | `\"harness-delegate-ng\"` | no |\n| \u003ca name=\"input_next_gen\"\u003e\u003c/a\u003e [next\\_gen](#input\\_next\\_gen) | Is next gen or first gen delegate. | `bool` | `true` | no |\n| \u003ca name=\"input_no_proxy\"\u003e\u003c/a\u003e [no\\_proxy](#input\\_no\\_proxy) | Enter a comma-separated list of suffixes that do not need the proxy. For example, .company.com,hostname,etc. Do not use leading wildcards. | `string` | `\"\"` | no |\n| \u003ca name=\"input_proxy_host\"\u003e\u003c/a\u003e [proxy\\_host](#input\\_proxy\\_host) | The proxy host. | `string` | `\"\"` | no |\n| \u003ca name=\"input_proxy_password\"\u003e\u003c/a\u003e [proxy\\_password](#input\\_proxy\\_password) | The proxy password to use for the Harness delegate. | `string` | `\"\"` | no |\n| \u003ca name=\"input_proxy_port\"\u003e\u003c/a\u003e [proxy\\_port](#input\\_proxy\\_port) | The port of the proxy | `string` | `\"\"` | no |\n| \u003ca name=\"input_proxy_scheme\"\u003e\u003c/a\u003e [proxy\\_scheme](#input\\_proxy\\_scheme) | The proxy user to use for the Harness delegate. | `string` | `\"\"` | no |\n| \u003ca name=\"input_proxy_user\"\u003e\u003c/a\u003e [proxy\\_user](#input\\_proxy\\_user) | The proxy user to use for the Harness delegate. | `string` | `\"\"` | no |\n| \u003ca name=\"input_replicas\"\u003e\u003c/a\u003e [replicas](#input\\_replicas) | replica count of delegates. | `number` | `1` | no |\n| \u003ca name=\"input_upgrader_enabled\"\u003e\u003c/a\u003e [upgrader\\_enabled](#input\\_upgrader\\_enabled) | Is upgrader enabled | `bool` | `true` | no |\n| \u003ca name=\"input_mtls_secret_name\"\u003e\u003c/a\u003e [mtls\\_secret\\_name](#input\\_mtls\\_secret\\_name) | The name of the mTLS secret. | `string` | `\"\"` | no |\n| \u003ca name=\"input_values\"\u003e\u003c/a\u003e [values](#input\\_values) | Additional values to pass to the helm chart. Values will be merged, in order, as Helm does with multiple -f options | `string` | `\"\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_values\"\u003e\u003c/a\u003e [values](#output\\_values) | n/a |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharness%2Fterraform-kubernetes-harness-delegate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharness%2Fterraform-kubernetes-harness-delegate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharness%2Fterraform-kubernetes-harness-delegate/lists"}