{"id":51410876,"url":"https://github.com/launchbynttdata/tf-aws-module_primitive-eks_fargate_profile","last_synced_at":"2026-07-04T14:32:34.517Z","repository":{"id":349563488,"uuid":"1089773828","full_name":"launchbynttdata/tf-aws-module_primitive-eks_fargate_profile","owner":"launchbynttdata","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-06T14:10:15.000Z","size":91,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-06T16:10:32.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/launchbynttdata.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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-04T19:45:54.000Z","updated_at":"2026-04-06T14:05:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/launchbynttdata/tf-aws-module_primitive-eks_fargate_profile","commit_stats":null,"previous_names":["launchbynttdata/tf-aws-module_primitive-eks_fargate_profile"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/launchbynttdata/tf-aws-module_primitive-eks_fargate_profile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-eks_fargate_profile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-eks_fargate_profile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-eks_fargate_profile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-eks_fargate_profile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchbynttdata","download_url":"https://codeload.github.com/launchbynttdata/tf-aws-module_primitive-eks_fargate_profile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-eks_fargate_profile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35125718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"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":[],"created_at":"2026-07-04T14:32:33.008Z","updated_at":"2026-07-04T14:32:34.499Z","avatar_url":"https://github.com/launchbynttdata.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tf-aws-module_primitive-eks_fargate_profile\n\nTerraform primitive module for the [aws_eks_fargate_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_fargate_profile) resource.\n\n## Overview\n\nThis module wraps a single AWS EKS Fargate profile resource. Fargate profiles define which pods run on Fargate by specifying pod selectors (namespace and optional labels). Subnets must be tagged with `kubernetes.io/cluster/CLUSTER_NAME` for Fargate to use them.\n\n## Features\n\n- Single resource wrapper for `aws_eks_fargate_profile`\n- Configurable selectors (namespace and labels)\n- Tag support\n- Full output passthrough for composition\n\n## Usage\n\n```hcl\nmodule \"fargate_profile\" {\n  source = \"terraform.registry.launch.nttdata.com/module_primitive/eks_fargate_profile/aws\"\n  version = \"~\u003e 0.1\"\n\n  cluster_name           = var.cluster_name\n  fargate_profile_name   = var.fargate_profile_name\n  pod_execution_role_arn = var.pod_execution_role_arn\n  subnet_ids             = var.subnet_ids\n  selector               = var.selector\n  tags                   = var.tags\n}\n```\n\n## Requirements\n\n- EKS cluster must exist\n- Pod execution role must have `AmazonEKSFargatePodExecutionRolePolicy` attached\n- Subnets must have the tag `kubernetes.io/cluster/\u003ccluster_name\u003e` (shared or owned)\n\n## Related Modules\n\n- [tf-aws-module_primitive-eks_cluster](https://github.com/launchbynttdata/tf-aws-module_primitive-eks_cluster)\n- [tf-aws-module_primitive-iam_role](https://github.com/launchbynttdata/tf-aws-module_primitive-iam_role)\n\n## Contributing\n\n- Pass `make check` validation\n- Follow naming conventions\n- Include clear documentation\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 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | ~\u003e 5.100 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_eks_fargate_profile.fargate_profile](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_fargate_profile) | resource |\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) | The name of the EKS cluster. | `string` | n/a | yes |\n| \u003ca name=\"input_fargate_profile_name\"\u003e\u003c/a\u003e [fargate\\_profile\\_name](#input\\_fargate\\_profile\\_name) | The name of the Fargate profile. | `string` | n/a | yes |\n| \u003ca name=\"input_pod_execution_role_arn\"\u003e\u003c/a\u003e [pod\\_execution\\_role\\_arn](#input\\_pod\\_execution\\_role\\_arn) | The ARN of the IAM role that provides permissions for pods running on Fargate. | `string` | n/a | yes |\n| \u003ca name=\"input_selector\"\u003e\u003c/a\u003e [selector](#input\\_selector) | A list of selectors to match pods for this Fargate profile. | \u003cpre\u003emap(object({\u003cbr/\u003e    namespace = string\u003cbr/\u003e    labels    = optional(map(string))\u003cbr/\u003e  }))\u003c/pre\u003e | n/a | yes |\n| \u003ca name=\"input_subnet_ids\"\u003e\u003c/a\u003e [subnet\\_ids](#input\\_subnet\\_ids) | A list of subnet IDs to associate with the Fargate profile. | `list(string)` | n/a | yes |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | A map of tags to assign to the Fargate profile. | `map(string)` | `{}` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_name\"\u003e\u003c/a\u003e [name](#output\\_name) | The name of the Fargate profile. |\n| \u003ca name=\"output_arn\"\u003e\u003c/a\u003e [arn](#output\\_arn) | The ARN of the Fargate profile. |\n| \u003ca name=\"output_id\"\u003e\u003c/a\u003e [id](#output\\_id) | The ID of the Fargate profile. |\n| \u003ca name=\"output_tags_all\"\u003e\u003c/a\u003e [tags\\_all](#output\\_tags\\_all) | A map of tags assigned to the Fargate profile, including those inherited from the provider default\\_tags configuration block. |\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-eks_fargate_profile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-eks_fargate_profile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-eks_fargate_profile/lists"}