{"id":37227525,"url":"https://github.com/paybilldev/terraform-aws-eks","last_synced_at":"2026-01-15T03:22:23.015Z","repository":{"id":331674345,"uuid":"1131790085","full_name":"paybilldev/terraform-aws-eks","owner":"paybilldev","description":"Provides an opinionated, production-ready EKS setup with consistent labeling, secure IAM access, and flexible compute options (EC2 or Fargate).","archived":false,"fork":false,"pushed_at":"2026-01-10T19:22:39.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T05:23:26.864Z","etag":null,"topics":["aws","ec2","eks","fargate","terraform"],"latest_commit_sha":null,"homepage":"https://paybill.dev/docs/platform/terraform/aws/eks","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paybilldev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"buy_me_a_coffee":"ebartile"}},"created_at":"2026-01-10T17:43:38.000Z","updated_at":"2026-01-10T19:22:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/paybilldev/terraform-aws-eks","commit_stats":null,"previous_names":["paybilldev/terraform-aws-eks"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/paybilldev/terraform-aws-eks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paybilldev%2Fterraform-aws-eks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paybilldev%2Fterraform-aws-eks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paybilldev%2Fterraform-aws-eks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paybilldev%2Fterraform-aws-eks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paybilldev","download_url":"https://codeload.github.com/paybilldev/terraform-aws-eks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paybilldev%2Fterraform-aws-eks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28442268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aws","ec2","eks","fargate","terraform"],"created_at":"2026-01-15T03:22:22.533Z","updated_at":"2026-01-15T03:22:23.008Z","avatar_url":"https://github.com/paybilldev.png","language":"HCL","funding_links":["https://buymeacoffee.com/ebartile"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://paybill.dev\" target=\"_blank\"\u003e\n    \u003cpicture\u003e\n      \u003cimg src=\"./static/aws-eks.png\" alt=\"Banner\" /\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Amazon EKS Setup\n\nThis Terraform module provisions a fully functional **Amazon EKS cluster** using Cloud Posse modules. It standardizes naming and tagging via `terraform-null-label`, creates the EKS control plane, manages access through `aws-auth`, and sets up **IAM roles and policies** (including an EKS admin role).\n\nOptionally, it also:\n\n* Creates **managed node groups** and/or **Fargate profiles**\n* Enables **cluster logging**, **encryption**, and **EKS add-ons**\n* Creates a **Kubernetes namespace**\n* Installs the **Secrets Store CSI Driver** via Helm\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.5.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 5.0.0 |\n| \u003ca name=\"requirement_helm\"\u003e\u003c/a\u003e [helm](#requirement\\_helm) | \u003e=2.12.1 |\n| \u003ca name=\"requirement_kubernetes\"\u003e\u003c/a\u003e [kubernetes](#requirement\\_kubernetes) | = 2.24.0 |\n| \u003ca name=\"requirement_null\"\u003e\u003c/a\u003e [null](#requirement\\_null) | \u003e= 2.0 |\n| \u003ca name=\"requirement_tls\"\u003e\u003c/a\u003e [tls](#requirement\\_tls) | \u003e= 3.1.0, != 4.0.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 5.0.0 |\n| \u003ca name=\"provider_helm\"\u003e\u003c/a\u003e [helm](#provider\\_helm) | \u003e=2.12.1 |\n| \u003ca name=\"provider_kubernetes\"\u003e\u003c/a\u003e [kubernetes](#provider\\_kubernetes) | = 2.24.0 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_eks_cluster\"\u003e\u003c/a\u003e [eks\\_cluster](#module\\_eks\\_cluster) | cloudposse/eks-cluster/aws | 3.0.0 |\n| \u003ca name=\"module_eks_fargate_profile\"\u003e\u003c/a\u003e [eks\\_fargate\\_profile](#module\\_eks\\_fargate\\_profile) | cloudposse/eks-fargate-profile/aws | 1.3.0 |\n| \u003ca name=\"module_eks_node_group\"\u003e\u003c/a\u003e [eks\\_node\\_group](#module\\_eks\\_node\\_group) | cloudposse/eks-node-group/aws | 2.12.0 |\n| \u003ca name=\"module_this\"\u003e\u003c/a\u003e [this](#module\\_this) | cloudposse/label/null | 0.25.0 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_iam_role.eks_admin](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |\n| [aws_iam_role_policy.eks_admin_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy) | resource |\n| [helm_release.csi_driver](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |\n| [kubernetes_namespace.default_namespace](https://registry.terraform.io/providers/hashicorp/kubernetes/2.24.0/docs/resources/namespace) | resource |\n| [aws_caller_identity.source](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |\n| [aws_iam_policy_document.eks_admin](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\n| [aws_iam_policy_document.eks_admin_assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_additional_tag_map\"\u003e\u003c/a\u003e [additional\\_tag\\_map](#input\\_additional\\_tag\\_map) | Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not added to `tags` or `id`.\u003cbr/\u003eThis is for some rare cases where resources want additional configuration of tags\u003cbr/\u003eand therefore take a list of maps with tag key, value, and additional configuration. | `map(string)` | `{}` | no |\n| \u003ca name=\"input_addons\"\u003e\u003c/a\u003e [addons](#input\\_addons) | Manages [`aws_eks_addon`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_addon) resources | \u003cpre\u003elist(object({\u003cbr/\u003e    addon_name                  = string\u003cbr/\u003e    addon_version               = optional(string, null)\u003cbr/\u003e    configuration_values        = optional(string, null)\u003cbr/\u003e    resolve_conflicts_on_create = optional(string, null)\u003cbr/\u003e    resolve_conflicts_on_update = optional(string, null)\u003cbr/\u003e    service_account_role_arn    = optional(string, null)\u003cbr/\u003e    create_timeout              = optional(string, null)\u003cbr/\u003e    update_timeout              = optional(string, null)\u003cbr/\u003e    delete_timeout              = optional(string, null)\u003cbr/\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_admin_principal\"\u003e\u003c/a\u003e [admin\\_principal](#input\\_admin\\_principal) | list of arns of IAM users/roles to be allowed to assume the eks-admin role. Default behaviour it to allow all users in the same AWS account as the caller | `list(string)` | `null` | no |\n| \u003ca name=\"input_allowed_cidr_blocks\"\u003e\u003c/a\u003e [allowed\\_cidr\\_blocks](#input\\_allowed\\_cidr\\_blocks) | A list of IPv4 CIDRs to allow access to the cluster.\u003cbr/\u003eThe length of this list must be known at \"plan\" time. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_allowed_security_groups\"\u003e\u003c/a\u003e [allowed\\_security\\_groups](#input\\_allowed\\_security\\_groups) | List of Security Group IDs to be allowed to connect to the EKS cluster | `list(string)` | `[]` | no |\n| \u003ca name=\"input_ami_image_id\"\u003e\u003c/a\u003e [ami\\_image\\_id](#input\\_ami\\_image\\_id) | AMI to use. Ignored if `launch_template_id` is supplied. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_ami_release_version\"\u003e\u003c/a\u003e [ami\\_release\\_version](#input\\_ami\\_release\\_version) | EKS AMI version to use, e.g. For AL2 \"1.16.13-20200821\" or for bottlerocket \"1.2.0-ccf1b754\" (no \"v\") or  for Windows \"2023.02.14\". For AL2, bottlerocket and Windows, it defaults to latest version for Kubernetes version. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_ami_type\"\u003e\u003c/a\u003e [ami\\_type](#input\\_ami\\_type) | Type of Amazon Machine Image (AMI) associated with the EKS Node Group.\u003cbr/\u003eDefaults to `BOTTLEROCKET_x86_64`. Valid values: `AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM, BOTTLEROCKET_ARM_64, BOTTLEROCKET_x86_64, BOTTLEROCKET_ARM_64_NVIDIA, BOTTLEROCKET_x86_64_NVIDIA, WINDOWS_CORE_2019_x86_64, WINDOWS_FULL_2019_x86_64, WINDOWS_CORE_2022_x86_64, WINDOWS_FULL_2022_x86_64`. | `string` | `\"BOTTLEROCKET_x86_64\"` | no |\n| \u003ca name=\"input_apply_config_map_aws_auth\"\u003e\u003c/a\u003e [apply\\_config\\_map\\_aws\\_auth](#input\\_apply\\_config\\_map\\_aws\\_auth) | Whether to apply the ConfigMap to allow worker nodes to join the EKS cluster and allow additional users, accounts and roles to acces the cluster | `bool` | `true` | no |\n| \u003ca name=\"input_attributes\"\u003e\u003c/a\u003e [attributes](#input\\_attributes) | ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`,\u003cbr/\u003ein the order they appear in the list. New attributes are appended to the\u003cbr/\u003eend of the list. The elements of the list are joined by the `delimiter`\u003cbr/\u003eand treated as a single ID element. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_capacity_type\"\u003e\u003c/a\u003e [capacity\\_type](#input\\_capacity\\_type) | Type of capacity associated with the EKS Node Group. Valid values: \"ON\\_DEMAND\", \"SPOT\", or `null`.\u003cbr/\u003eTerraform will only perform drift detection if a configuration value is provided. | `string` | `null` | no |\n| \u003ca name=\"input_cluster_encryption_config_enabled\"\u003e\u003c/a\u003e [cluster\\_encryption\\_config\\_enabled](#input\\_cluster\\_encryption\\_config\\_enabled) | Set to `true` to enable Cluster Encryption Configuration | `bool` | `true` | no |\n| \u003ca name=\"input_cluster_encryption_config_kms_key_deletion_window_in_days\"\u003e\u003c/a\u003e [cluster\\_encryption\\_config\\_kms\\_key\\_deletion\\_window\\_in\\_days](#input\\_cluster\\_encryption\\_config\\_kms\\_key\\_deletion\\_window\\_in\\_days) | Cluster Encryption Config KMS Key Resource argument - key deletion windows in days post destruction | `number` | `10` | no |\n| \u003ca name=\"input_cluster_encryption_config_kms_key_enable_key_rotation\"\u003e\u003c/a\u003e [cluster\\_encryption\\_config\\_kms\\_key\\_enable\\_key\\_rotation](#input\\_cluster\\_encryption\\_config\\_kms\\_key\\_enable\\_key\\_rotation) | Cluster Encryption Config KMS Key Resource argument - enable kms key rotation | `bool` | `true` | no |\n| \u003ca name=\"input_cluster_encryption_config_kms_key_id\"\u003e\u003c/a\u003e [cluster\\_encryption\\_config\\_kms\\_key\\_id](#input\\_cluster\\_encryption\\_config\\_kms\\_key\\_id) | KMS Key ID to use for cluster encryption config | `string` | `\"\"` | no |\n| \u003ca name=\"input_cluster_encryption_config_kms_key_policy\"\u003e\u003c/a\u003e [cluster\\_encryption\\_config\\_kms\\_key\\_policy](#input\\_cluster\\_encryption\\_config\\_kms\\_key\\_policy) | Cluster Encryption Config KMS Key Resource argument - key policy | `string` | `null` | no |\n| \u003ca name=\"input_cluster_encryption_config_resources\"\u003e\u003c/a\u003e [cluster\\_encryption\\_config\\_resources](#input\\_cluster\\_encryption\\_config\\_resources) | Cluster Encryption Config Resources to encrypt, e.g. ['secrets'] | `list(any)` | \u003cpre\u003e[\u003cbr/\u003e  \"secrets\"\u003cbr/\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_cluster_log_retention_period\"\u003e\u003c/a\u003e [cluster\\_log\\_retention\\_period](#input\\_cluster\\_log\\_retention\\_period) | Number of days to retain cluster logs. Requires `enabled_cluster_log_types` to be set. See https://docs.aws.amazon.com/en_us/eks/latest/userguide/control-plane-logs.html. | `number` | `0` | no |\n| \u003ca name=\"input_context\"\u003e\u003c/a\u003e [context](#input\\_context) | Single object for setting entire context at once.\u003cbr/\u003eSee description of individual variables for details.\u003cbr/\u003eLeave string and numeric variables as `null` to use default value.\u003cbr/\u003eIndividual variable settings (non-null) override settings in context object,\u003cbr/\u003eexcept for attributes, tags, and additional\\_tag\\_map, which are merged. | `any` | \u003cpre\u003e{\u003cbr/\u003e  \"additional_tag_map\": {},\u003cbr/\u003e  \"attributes\": [],\u003cbr/\u003e  \"delimiter\": null,\u003cbr/\u003e  \"descriptor_formats\": {},\u003cbr/\u003e  \"enabled\": true,\u003cbr/\u003e  \"environment\": null,\u003cbr/\u003e  \"id_length_limit\": null,\u003cbr/\u003e  \"label_key_case\": null,\u003cbr/\u003e  \"label_order\": [],\u003cbr/\u003e  \"label_value_case\": null,\u003cbr/\u003e  \"labels_as_tags\": [\u003cbr/\u003e    \"unset\"\u003cbr/\u003e  ],\u003cbr/\u003e  \"name\": null,\u003cbr/\u003e  \"namespace\": null,\u003cbr/\u003e  \"regex_replace_chars\": null,\u003cbr/\u003e  \"stage\": null,\u003cbr/\u003e  \"tags\": {},\u003cbr/\u003e  \"tenant\": null\u003cbr/\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_create_fargate_profile\"\u003e\u003c/a\u003e [create\\_fargate\\_profile](#input\\_create\\_fargate\\_profile) | Whether to create EKS Fargate profile | `bool` | `false` | no |\n| \u003ca name=\"input_create_node_group\"\u003e\u003c/a\u003e [create\\_node\\_group](#input\\_create\\_node\\_group) | Whether to create EKS Node Group | `bool` | `false` | no |\n| \u003ca name=\"input_csi_driver_enabled\"\u003e\u003c/a\u003e [csi\\_driver\\_enabled](#input\\_csi\\_driver\\_enabled) | The Secrets Store CSI Driver secrets-store.csi.k8s.io allows Kubernetes to mount multiple secrets, keys, and certs stored in enterprise-grade external secrets stores into their pods as a volume. | `bool` | `false` | no |\n| \u003ca name=\"input_delimiter\"\u003e\u003c/a\u003e [delimiter](#input\\_delimiter) | Delimiter to be used between ID elements.\u003cbr/\u003eDefaults to `-` (hyphen). Set to `\"\"` to use no delimiter at all. | `string` | `null` | no |\n| \u003ca name=\"input_descriptor_formats\"\u003e\u003c/a\u003e [descriptor\\_formats](#input\\_descriptor\\_formats) | Describe additional descriptors to be output in the `descriptors` output map.\u003cbr/\u003eMap of maps. Keys are names of descriptors. Values are maps of the form\u003cbr/\u003e`{\u003cbr/\u003e   format = string\u003cbr/\u003e   labels = list(string)\u003cbr/\u003e}`\u003cbr/\u003e(Type is `any` so the map values can later be enhanced to provide additional options.)\u003cbr/\u003e`format` is a Terraform format string to be passed to the `format()` function.\u003cbr/\u003e`labels` is a list of labels, in order, to pass to `format()` function.\u003cbr/\u003eLabel values will be normalized before being passed to `format()` so they will be\u003cbr/\u003eidentical to how they appear in `id`.\u003cbr/\u003eDefault is `{}` (`descriptors` output will be empty). | `any` | `{}` | no |\n| \u003ca name=\"input_desired_size\"\u003e\u003c/a\u003e [desired\\_size](#input\\_desired\\_size) | Desired number of worker nodes | `number` | n/a | yes |\n| \u003ca name=\"input_enabled\"\u003e\u003c/a\u003e [enabled](#input\\_enabled) | Set to false to prevent the module from creating any resources | `bool` | `false` | no |\n| \u003ca name=\"input_enabled_cluster_log_types\"\u003e\u003c/a\u003e [enabled\\_cluster\\_log\\_types](#input\\_enabled\\_cluster\\_log\\_types) | A list of the desired control plane logging to enable. For more information, see https://docs.aws.amazon.com/en_us/eks/latest/userguide/control-plane-logs.html. Possible values [`api`, `audit`, `authenticator`, `controllerManager`, `scheduler`] | `list(string)` | \u003cpre\u003e[\u003cbr/\u003e  \"api\",\u003cbr/\u003e  \"audit\",\u003cbr/\u003e  \"authenticator\",\u003cbr/\u003e  \"controllerManager\",\u003cbr/\u003e  \"scheduler\"\u003cbr/\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_environment\"\u003e\u003c/a\u003e [environment](#input\\_environment) | ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT' | `string` | `null` | no |\n| \u003ca name=\"input_id_length_limit\"\u003e\u003c/a\u003e [id\\_length\\_limit](#input\\_id\\_length\\_limit) | Limit `id` to this many characters (minimum 6).\u003cbr/\u003eSet to `0` for unlimited length.\u003cbr/\u003eSet to `null` for keep the existing setting, which defaults to `0`.\u003cbr/\u003eDoes not affect `id_full`. | `number` | `null` | no |\n| \u003ca name=\"input_instance_types\"\u003e\u003c/a\u003e [instance\\_types](#input\\_instance\\_types) | Set of instance types associated with the EKS Node Group. Defaults to [\"t3.small\"]. Terraform will only perform drift detection if a configuration value is provided | `list(string)` | n/a | yes |\n| \u003ca name=\"input_kube_data_auth_enabled\"\u003e\u003c/a\u003e [kube\\_data\\_auth\\_enabled](#input\\_kube\\_data\\_auth\\_enabled) | If `true`, use an `aws_eks_cluster_auth` data source to authenticate to the EKS cluster.\u003cbr/\u003eDisabled by `kubeconfig_path_enabled` or `kube_exec_auth_enabled`. | `bool` | `true` | no |\n| \u003ca name=\"input_kube_exec_auth_enabled\"\u003e\u003c/a\u003e [kube\\_exec\\_auth\\_enabled](#input\\_kube\\_exec\\_auth\\_enabled) | If `true`, use the Kubernetes provider `exec` feature to execute `aws eks get-token` to authenticate to the EKS cluster.\u003cbr/\u003eDisabled by `kubeconfig_path_enabled`, overrides `kube_data_auth_enabled`. | `bool` | `false` | no |\n| \u003ca name=\"input_kubernetes_labels\"\u003e\u003c/a\u003e [kubernetes\\_labels](#input\\_kubernetes\\_labels) | Key-value mapping of Kubernetes labels. Only labels that are applied with the EKS API are managed by this argument. Other Kubernetes labels applied to the EKS Node Group will not be managed | `map(string)` | `{}` | no |\n| \u003ca name=\"input_kubernetes_namespace\"\u003e\u003c/a\u003e [kubernetes\\_namespace](#input\\_kubernetes\\_namespace) | Kubernetes namespace for selection | `string` | n/a | yes |\n| \u003ca name=\"input_kubernetes_version\"\u003e\u003c/a\u003e [kubernetes\\_version](#input\\_kubernetes\\_version) | Desired Kubernetes master version. If you do not specify a value, the latest available version is used | `string` | `\"1.25\"` | no |\n| \u003ca name=\"input_label_key_case\"\u003e\u003c/a\u003e [label\\_key\\_case](#input\\_label\\_key\\_case) | Controls the letter case of the `tags` keys (label names) for tags generated by this module.\u003cbr/\u003eDoes not affect keys of tags passed in via the `tags` input.\u003cbr/\u003ePossible values: `lower`, `title`, `upper`.\u003cbr/\u003eDefault value: `title`. | `string` | `null` | no |\n| \u003ca name=\"input_label_order\"\u003e\u003c/a\u003e [label\\_order](#input\\_label\\_order) | The order in which the labels (ID elements) appear in the `id`.\u003cbr/\u003eDefaults to [\"namespace\", \"environment\", \"stage\", \"name\", \"attributes\"].\u003cbr/\u003eYou can omit any of the 6 labels (\"tenant\" is the 6th), but at least one must be present. | `list(string)` | `null` | no |\n| \u003ca name=\"input_label_value_case\"\u003e\u003c/a\u003e [label\\_value\\_case](#input\\_label\\_value\\_case) | Controls the letter case of ID elements (labels) as included in `id`,\u003cbr/\u003eset as tag values, and output by this module individually.\u003cbr/\u003eDoes not affect values of tags passed in via the `tags` input.\u003cbr/\u003ePossible values: `lower`, `title`, `upper` and `none` (no transformation).\u003cbr/\u003eSet this to `title` and set `delimiter` to `\"\"` to yield Pascal Case IDs.\u003cbr/\u003eDefault value: `lower`. | `string` | `null` | no |\n| \u003ca name=\"input_labels_as_tags\"\u003e\u003c/a\u003e [labels\\_as\\_tags](#input\\_labels\\_as\\_tags) | Set of labels (ID elements) to include as tags in the `tags` output.\u003cbr/\u003eDefault is to include all labels.\u003cbr/\u003eTags with empty values will not be included in the `tags` output.\u003cbr/\u003eSet to `[]` to suppress all generated tags.\u003cbr/\u003e**Notes:**\u003cbr/\u003e  The value of the `name` tag, if included, will be the `id`, not the `name`.\u003cbr/\u003e  Unlike other `null-label` inputs, the initial setting of `labels_as_tags` cannot be\u003cbr/\u003e  changed in later chained modules. Attempts to change it will be silently ignored. | `set(string)` | \u003cpre\u003e[\u003cbr/\u003e  \"default\"\u003cbr/\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_launch_template_id\"\u003e\u003c/a\u003e [launch\\_template\\_id](#input\\_launch\\_template\\_id) | The ID (not name) of a custom launch template to use for the EKS node group. If provided, it must specify the AMI image ID. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_launch_template_version\"\u003e\u003c/a\u003e [launch\\_template\\_version](#input\\_launch\\_template\\_version) | The version of the specified launch template to use. Defaults to latest version. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_local_exec_interpreter\"\u003e\u003c/a\u003e [local\\_exec\\_interpreter](#input\\_local\\_exec\\_interpreter) | shell to use for local\\_exec | `list(string)` | \u003cpre\u003e[\u003cbr/\u003e  \"/bin/sh\",\u003cbr/\u003e  \"-c\"\u003cbr/\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_map_additional_iam_roles\"\u003e\u003c/a\u003e [map\\_additional\\_iam\\_roles](#input\\_map\\_additional\\_iam\\_roles) | Additional IAM roles to add to `config-map-aws-auth` ConfigMap | \u003cpre\u003elist(object({\u003cbr/\u003e    rolearn  = string\u003cbr/\u003e    username = string\u003cbr/\u003e    groups   = list(string)\u003cbr/\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_map_additional_iam_users\"\u003e\u003c/a\u003e [map\\_additional\\_iam\\_users](#input\\_map\\_additional\\_iam\\_users) | Additional IAM users to add to `config-map-aws-auth` ConfigMap | \u003cpre\u003elist(object({\u003cbr/\u003e    userarn  = string\u003cbr/\u003e    username = string\u003cbr/\u003e    groups   = list(string)\u003cbr/\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_max_size\"\u003e\u003c/a\u003e [max\\_size](#input\\_max\\_size) | The maximum size of the AutoScaling Group | `number` | n/a | yes |\n| \u003ca name=\"input_min_size\"\u003e\u003c/a\u003e [min\\_size](#input\\_min\\_size) | The minimum size of the AutoScaling Group | `number` | n/a | yes |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | ID element. Usually the component or solution name, e.g. 'app' or 'jenkins'.\u003cbr/\u003eThis is the only ID element not also included as a `tag`.\u003cbr/\u003eThe \"name\" tag is set to the full `id` string. There is no tag with the value of the `name` input. | `string` | `null` | no |\n| \u003ca name=\"input_namespace\"\u003e\u003c/a\u003e [namespace](#input\\_namespace) | ID element. Usually an abbreviation of your organization name, e.g. 'eg' or 'cp', to help ensure generated IDs are globally unique | `string` | `null` | no |\n| \u003ca name=\"input_oidc_provider_enabled\"\u003e\u003c/a\u003e [oidc\\_provider\\_enabled](#input\\_oidc\\_provider\\_enabled) | Create an IAM OIDC identity provider for the cluster, then you can create IAM roles to associate with a service account in the cluster, instead of using `kiam` or `kube2iam`. For more information, see https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html | `bool` | `true` | no |\n| \u003ca name=\"input_public_access_cidrs\"\u003e\u003c/a\u003e [public\\_access\\_cidrs](#input\\_public\\_access\\_cidrs) | Specify the cidr blocks which will be able to access the eks public api endpoint | `list(string)` | \u003cpre\u003e[\u003cbr/\u003e  \"0.0.0.0/0\"\u003cbr/\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_regex_replace_chars\"\u003e\u003c/a\u003e [regex\\_replace\\_chars](#input\\_regex\\_replace\\_chars) | Terraform regular expression (regex) string.\u003cbr/\u003eCharacters matching the regex will be removed from the ID elements.\u003cbr/\u003eIf not set, `\"/[^a-zA-Z0-9-]/\"` is used to remove all characters other than hyphens, letters and digits. | `string` | `null` | no |\n| \u003ca name=\"input_region\"\u003e\u003c/a\u003e [region](#input\\_region) | AWS region | `string` | n/a | yes |\n| \u003ca name=\"input_stage\"\u003e\u003c/a\u003e [stage](#input\\_stage) | ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release' | `string` | `null` | no |\n| \u003ca name=\"input_subnet_ids\"\u003e\u003c/a\u003e [subnet\\_ids](#input\\_subnet\\_ids) | Subnet IDs | `list(string)` | n/a | yes |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).\u003cbr/\u003eNeither the tag keys nor the tag values will be modified by this module. | `map(string)` | `{}` | no |\n| \u003ca name=\"input_tenant\"\u003e\u003c/a\u003e [tenant](#input\\_tenant) | ID element \\_(Rarely used, not included by default)\\_. A customer identifier, indicating who this instance of a resource is for | `string` | `null` | no |\n| \u003ca name=\"input_vpc_id\"\u003e\u003c/a\u003e [vpc\\_id](#input\\_vpc\\_id) | VPC ID | `string` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_eks_cluster_arn\"\u003e\u003c/a\u003e [eks\\_cluster\\_arn](#output\\_eks\\_cluster\\_arn) | The Amazon Resource Name (ARN) of the cluster |\n| \u003ca name=\"output_eks_cluster_ca_certificate\"\u003e\u003c/a\u003e [eks\\_cluster\\_ca\\_certificate](#output\\_eks\\_cluster\\_ca\\_certificate) | CA certificate |\n| \u003ca name=\"output_eks_cluster_endpoint\"\u003e\u003c/a\u003e [eks\\_cluster\\_endpoint](#output\\_eks\\_cluster\\_endpoint) | The endpoint for the Kubernetes API server |\n| \u003ca name=\"output_eks_cluster_id\"\u003e\u003c/a\u003e [eks\\_cluster\\_id](#output\\_eks\\_cluster\\_id) | The name of the cluster |\n| \u003ca name=\"output_eks_cluster_identity_oidc_issuer\"\u003e\u003c/a\u003e [eks\\_cluster\\_identity\\_oidc\\_issuer](#output\\_eks\\_cluster\\_identity\\_oidc\\_issuer) | The OIDC Identity issuer for the cluster |\n| \u003ca name=\"output_eks_cluster_managed_security_group_id\"\u003e\u003c/a\u003e [eks\\_cluster\\_managed\\_security\\_group\\_id](#output\\_eks\\_cluster\\_managed\\_security\\_group\\_id) | Security Group ID that was created by EKS for the cluster. EKS creates a Security Group and applies it to ENI that is attached to EKS Control Plane master nodes and to any managed workloads |\n| \u003ca name=\"output_eks_cluster_security_group_arn\"\u003e\u003c/a\u003e [eks\\_cluster\\_security\\_group\\_arn](#output\\_eks\\_cluster\\_security\\_group\\_arn) | ARN of the EKS cluster Security Group |\n| \u003ca name=\"output_eks_cluster_security_group_id\"\u003e\u003c/a\u003e [eks\\_cluster\\_security\\_group\\_id](#output\\_eks\\_cluster\\_security\\_group\\_id) | ID of the EKS cluster Security Group |\n| \u003ca name=\"output_eks_cluster_security_group_name\"\u003e\u003c/a\u003e [eks\\_cluster\\_security\\_group\\_name](#output\\_eks\\_cluster\\_security\\_group\\_name) | Name of the EKS cluster Security Group |\n| \u003ca name=\"output_eks_cluster_version\"\u003e\u003c/a\u003e [eks\\_cluster\\_version](#output\\_eks\\_cluster\\_version) | The Kubernetes server version of the cluster |\n| \u003ca name=\"output_eks_node_group_arn\"\u003e\u003c/a\u003e [eks\\_node\\_group\\_arn](#output\\_eks\\_node\\_group\\_arn) | Amazon Resource Name (ARN) of the EKS Node Group |\n| \u003ca name=\"output_eks_node_group_id\"\u003e\u003c/a\u003e [eks\\_node\\_group\\_id](#output\\_eks\\_node\\_group\\_id) | EKS Cluster name and EKS Node Group name separated by a colon |\n| \u003ca name=\"output_eks_node_group_resources\"\u003e\u003c/a\u003e [eks\\_node\\_group\\_resources](#output\\_eks\\_node\\_group\\_resources) | List of objects containing information about underlying resources of the EKS Node Group |\n| \u003ca name=\"output_eks_node_group_role_arn\"\u003e\u003c/a\u003e [eks\\_node\\_group\\_role\\_arn](#output\\_eks\\_node\\_group\\_role\\_arn) | ARN of the worker nodes IAM role |\n| \u003ca name=\"output_eks_node_group_role_name\"\u003e\u003c/a\u003e [eks\\_node\\_group\\_role\\_name](#output\\_eks\\_node\\_group\\_role\\_name) | Name of the worker nodes IAM role |\n| \u003ca name=\"output_eks_node_group_status\"\u003e\u003c/a\u003e [eks\\_node\\_group\\_status](#output\\_eks\\_node\\_group\\_status) | Status of the EKS Node Group |\n| \u003ca name=\"output_eks_oidc_issuer_arn\"\u003e\u003c/a\u003e [eks\\_oidc\\_issuer\\_arn](#output\\_eks\\_oidc\\_issuer\\_arn) | EKS Cluster OIDC issuer |\n| \u003ca name=\"output_iam_role_eks_admin_arn\"\u003e\u003c/a\u003e [iam\\_role\\_eks\\_admin\\_arn](#output\\_iam\\_role\\_eks\\_admin\\_arn) | ARN for eks-admin iam role. Assume this to get admin access to the cluster |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaybilldev%2Fterraform-aws-eks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaybilldev%2Fterraform-aws-eks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaybilldev%2Fterraform-aws-eks/lists"}