{"id":51410888,"url":"https://github.com/launchbynttdata/tf-aws-module_primitive-ecs_cluster","last_synced_at":"2026-07-04T14:32:35.414Z","repository":{"id":326100047,"uuid":"1100819190","full_name":"launchbynttdata/tf-aws-module_primitive-ecs_cluster","owner":"launchbynttdata","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-02T20:51:26.000Z","size":109,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T02:36:38.211Z","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/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-20T19:57:17.000Z","updated_at":"2026-04-02T18:54:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/launchbynttdata/tf-aws-module_primitive-ecs_cluster","commit_stats":null,"previous_names":["launchbynttdata/tf-aws-module_primitive-ecs_cluster"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/launchbynttdata/tf-aws-module_primitive-ecs_cluster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-ecs_cluster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-ecs_cluster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-ecs_cluster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-ecs_cluster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchbynttdata","download_url":"https://codeload.github.com/launchbynttdata/tf-aws-module_primitive-ecs_cluster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchbynttdata%2Ftf-aws-module_primitive-ecs_cluster/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:34.113Z","updated_at":"2026-07-04T14:32:35.409Z","avatar_url":"https://github.com/launchbynttdata.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tf-aws-module_primitive-ecs_cluster\n\nThis module provides a primitive Terraform module for creating an Amazon ECS cluster with support for various configurations including container insights, execute command configuration, and service connect defaults.\n\n## Features\n\n- Configurable cluster settings (Container Insights)\n- Execute command configuration with logging\n- Managed storage configuration for Fargate ephemeral storage encryption\n- Service Connect defaults\n- Comprehensive tagging\n\n## Usage\n\n```hcl\nmodule \"ecs_cluster\" {\n  source = \"path/to/module\"\n\n  name = \"my-ecs-cluster\"\n\n  settings = [\n    {\n      name  = \"containerInsights\"\n      value = \"enabled\"\n    }\n  ]\n\n  tags = {\n    Environment = \"dev\"\n  }\n}\n```\n\n## Resources Created\n\n- 1 ECS Cluster\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.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | ~\u003e 5.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_ecs_cluster.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | Name of the ECS cluster (up to 255 letters, numbers, hyphens, and underscores) | `string` | n/a | yes |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | Key-value map of resource tags | `map(string)` | `{}` | no |\n| \u003ca name=\"input_settings\"\u003e\u003c/a\u003e [settings](#input\\_settings) | Configuration block(s) with cluster settings. For example, this can be used to enable CloudWatch Container Insights for a cluster | \u003cpre\u003elist(object({\u003cbr/\u003e    name  = string\u003cbr/\u003e    value = string\u003cbr/\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_configuration\"\u003e\u003c/a\u003e [configuration](#input\\_configuration) | Execute command configuration for the cluster | \u003cpre\u003eobject({\u003cbr/\u003e    execute_command_configuration = optional(object({\u003cbr/\u003e      kms_key_id = optional(string)\u003cbr/\u003e      logging    = optional(string, \"DEFAULT\")\u003cbr/\u003e      log_configuration = optional(object({\u003cbr/\u003e        cloud_watch_encryption_enabled = optional(bool, false)\u003cbr/\u003e        cloud_watch_log_group_name     = optional(string)\u003cbr/\u003e        s3_bucket_name                 = optional(string)\u003cbr/\u003e        s3_bucket_encryption_enabled   = optional(bool, false)\u003cbr/\u003e        s3_key_prefix                  = optional(string)\u003cbr/\u003e      }))\u003cbr/\u003e    }))\u003cbr/\u003e    managed_storage_configuration = optional(object({\u003cbr/\u003e      fargate_ephemeral_storage_kms_key_id = optional(string)\u003cbr/\u003e      kms_key_id                           = string\u003cbr/\u003e    }))\u003cbr/\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_service_connect_defaults\"\u003e\u003c/a\u003e [service\\_connect\\_defaults](#input\\_service\\_connect\\_defaults) | Default Service Connect namespace | \u003cpre\u003eobject({\u003cbr/\u003e    namespace = string\u003cbr/\u003e  })\u003c/pre\u003e | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_arn\"\u003e\u003c/a\u003e [arn](#output\\_arn) | ARN that identifies the cluster |\n| \u003ca name=\"output_name\"\u003e\u003c/a\u003e [name](#output\\_name) | Name of the cluster |\n| \u003ca name=\"output_tags_all\"\u003e\u003c/a\u003e [tags\\_all](#output\\_tags\\_all) | Map of tags assigned to the resource, including those inherited from the provider |\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-ecs_cluster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-ecs_cluster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchbynttdata%2Ftf-aws-module_primitive-ecs_cluster/lists"}