{"id":21730158,"url":"https://github.com/nventive/terraform-aws-ecs-container-definition","last_synced_at":"2026-05-08T18:36:03.227Z","repository":{"id":197024837,"uuid":"697820302","full_name":"nventive/terraform-aws-ecs-container-definition","owner":"nventive","description":"Terraform module to generate an ECS container definition.","archived":false,"fork":false,"pushed_at":"2024-01-24T14:34:10.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T01:49:32.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.nventive.com","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/nventive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-09-28T14:41:24.000Z","updated_at":"2023-10-03T16:07:51.000Z","dependencies_parsed_at":"2023-09-28T18:13:03.787Z","dependency_job_id":"45fdd073-7933-4e39-824f-fbfb4c957ded","html_url":"https://github.com/nventive/terraform-aws-ecs-container-definition","commit_stats":null,"previous_names":["nventive/terraform-aws-ecs-container-definition"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nventive/terraform-aws-ecs-container-definition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nventive%2Fterraform-aws-ecs-container-definition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nventive%2Fterraform-aws-ecs-container-definition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nventive%2Fterraform-aws-ecs-container-definition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nventive%2Fterraform-aws-ecs-container-definition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nventive","download_url":"https://codeload.github.com/nventive/terraform-aws-ecs-container-definition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nventive%2Fterraform-aws-ecs-container-definition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32792453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-26T04:13:12.585Z","updated_at":"2026-05-08T18:36:03.205Z","avatar_url":"https://github.com/nventive.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n![nventive](https://nventive-public-assets.s3.amazonaws.com/nventive_logo_github.svg?v=2)\n\n# terraform-aws-ecs-container-definition\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](LICENSE) [![Latest Release](https://img.shields.io/github/release/nventive/terraform-aws-ecs-container-definition.svg?style=flat-square)](https://github.com/nventive/terraform-aws-ecs-container-definition/releases/latest)\n\nTerraform module to generate an ECS container definition.\n\n---\n\n## Examples\n\n**IMPORTANT:** We do not pin modules to versions in our examples because of the difficulty of keeping the versions in\nthe documentation in sync with the latest released versions. We highly recommend that in your code you pin the version\nto the exact version you are using so that your infrastructure remains stable, and update versions in a systematic way\nso that they do not catch you by surprise.\n\n```hcl\nmodule \"container_definition\" {\n  source = \"nventive/ecs-container-definition/aws\"\n  # We recommend pinning every module to a specific version\n  # version = \"x.x.x\"\n\n  container_name = \"test\"\n  environment = [{\n    name  = \"NODE_ENV\"\n    value = \"production\"\n  }]\n}\n```\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.13.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 4.9 |\n| \u003ca name=\"requirement_null\"\u003e\u003c/a\u003e [null](#requirement\\_null) | \u003e= 2.0 |\n\n## Providers\n\nNo providers.\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_container_definition\"\u003e\u003c/a\u003e [container\\_definition](#module\\_container\\_definition) | cloudposse/ecs-container-definition/aws | 0.58.2 |\n\n## Resources\n\nNo resources.\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_command\"\u003e\u003c/a\u003e [command](#input\\_command) | The command that is passed to the container | `list(string)` | `null` | no |\n| \u003ca name=\"input_container_cpu\"\u003e\u003c/a\u003e [container\\_cpu](#input\\_container\\_cpu) | The number of cpu units to reserve for the container. This is optional for tasks using Fargate launch type and the total amount of container\\_cpu of all containers in a task will need to be lower than the task-level cpu value | `number` | `0` | no |\n| \u003ca name=\"input_container_definition\"\u003e\u003c/a\u003e [container\\_definition](#input\\_container\\_definition) | Container definition overrides which allows for extra keys or overriding existing keys. | `map(any)` | `{}` | no |\n| \u003ca name=\"input_container_depends_on\"\u003e\u003c/a\u003e [container\\_depends\\_on](#input\\_container\\_depends\\_on) | The dependencies defined for container startup and shutdown. A container can contain multiple dependencies. When a dependency is defined for container startup, for container shutdown it is reversed. The condition can be one of START, COMPLETE, SUCCESS or HEALTHY | \u003cpre\u003elist(object({\u003cbr\u003e    containerName = string\u003cbr\u003e    condition     = string\u003cbr\u003e  }))\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_container_image\"\u003e\u003c/a\u003e [container\\_image](#input\\_container\\_image) | The image used to start the container. Images in the Docker Hub registry available by default | `string` | n/a | yes |\n| \u003ca name=\"input_container_memory\"\u003e\u003c/a\u003e [container\\_memory](#input\\_container\\_memory) | The amount of memory (in MiB) to allow the container to use. This is a hard limit, if the container attempts to exceed the container\\_memory, the container is killed. This field is optional for Fargate launch type and the total amount of container\\_memory of all containers in a task will need to be lower than the task memory value | `number` | `null` | no |\n| \u003ca name=\"input_container_memory_reservation\"\u003e\u003c/a\u003e [container\\_memory\\_reservation](#input\\_container\\_memory\\_reservation) | The amount of memory (in MiB) to reserve for the container. If container needs to exceed this threshold, it can do so up to the set container\\_memory hard limit | `number` | `null` | no |\n| \u003ca name=\"input_container_name\"\u003e\u003c/a\u003e [container\\_name](#input\\_container\\_name) | The name of the container. Up to 255 characters ([a-z], [A-Z], [0-9], -, \\_ allowed) | `string` | n/a | yes |\n| \u003ca name=\"input_disable_networking\"\u003e\u003c/a\u003e [disable\\_networking](#input\\_disable\\_networking) | When this parameter is true, networking is disabled within the container. | `bool` | `null` | no |\n| \u003ca name=\"input_dns_search_domains\"\u003e\u003c/a\u003e [dns\\_search\\_domains](#input\\_dns\\_search\\_domains) | Container DNS search domains. A list of DNS search domains that are presented to the container | `list(string)` | `null` | no |\n| \u003ca name=\"input_dns_servers\"\u003e\u003c/a\u003e [dns\\_servers](#input\\_dns\\_servers) | Container DNS servers. This is a list of strings specifying the IP addresses of the DNS servers | `list(string)` | `null` | no |\n| \u003ca name=\"input_docker_labels\"\u003e\u003c/a\u003e [docker\\_labels](#input\\_docker\\_labels) | The configuration options to send to the `docker_labels` | `map(string)` | `null` | no |\n| \u003ca name=\"input_docker_security_options\"\u003e\u003c/a\u003e [docker\\_security\\_options](#input\\_docker\\_security\\_options) | A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems. | `list(string)` | `null` | no |\n| \u003ca name=\"input_entrypoint\"\u003e\u003c/a\u003e [entrypoint](#input\\_entrypoint) | The entry point that is passed to the container | `list(string)` | `null` | no |\n| \u003ca name=\"input_environment\"\u003e\u003c/a\u003e [environment](#input\\_environment) | The environment variables to pass to the container. This is a list of maps. map\\_environment overrides environment | \u003cpre\u003elist(object({\u003cbr\u003e    name  = string\u003cbr\u003e    value = string\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_environment_extra\"\u003e\u003c/a\u003e [environment\\_extra](#input\\_environment\\_extra) | Extra environment variables to pass to the container. This will be merged with `environment` and will take precedence over already defined variables | \u003cpre\u003elist(object({\u003cbr\u003e    name  = string\u003cbr\u003e    value = string\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_environment_files\"\u003e\u003c/a\u003e [environment\\_files](#input\\_environment\\_files) | One or more files containing the environment variables to pass to the container. This maps to the --env-file option to docker run. The file must be hosted in Amazon S3. This option is only available to tasks using the EC2 launch type. This is a list of maps | \u003cpre\u003elist(object({\u003cbr\u003e    value = string\u003cbr\u003e    type  = string\u003cbr\u003e  }))\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_essential\"\u003e\u003c/a\u003e [essential](#input\\_essential) | Determines whether all other containers in a task are stopped, if this container fails or stops for any reason. Due to how Terraform type casts booleans in json it is required to double quote this value | `bool` | `true` | no |\n| \u003ca name=\"input_extra_hosts\"\u003e\u003c/a\u003e [extra\\_hosts](#input\\_extra\\_hosts) | A list of hostnames and IP address mappings to append to the /etc/hosts file on the container. This is a list of maps | \u003cpre\u003elist(object({\u003cbr\u003e    ipAddress = string\u003cbr\u003e    hostname  = string\u003cbr\u003e  }))\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_firelens_configuration\"\u003e\u003c/a\u003e [firelens\\_configuration](#input\\_firelens\\_configuration) | The FireLens configuration for the container. This is used to specify and configure a log router for container logs. For more details, see https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_FirelensConfiguration.html | \u003cpre\u003eobject({\u003cbr\u003e    type    = string\u003cbr\u003e    options = map(string)\u003cbr\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_healthcheck\"\u003e\u003c/a\u003e [healthcheck](#input\\_healthcheck) | A map containing command (string), timeout, interval (duration in seconds), retries (1-10, number of times to retry before marking container unhealthy), and startPeriod (0-300, optional grace period to wait, in seconds, before failed healthchecks count toward retries) | \u003cpre\u003eobject({\u003cbr\u003e    command     = list(string)\u003cbr\u003e    retries     = number\u003cbr\u003e    timeout     = number\u003cbr\u003e    interval    = number\u003cbr\u003e    startPeriod = number\u003cbr\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_hostname\"\u003e\u003c/a\u003e [hostname](#input\\_hostname) | The hostname to use for your container. | `string` | `null` | no |\n| \u003ca name=\"input_interactive\"\u003e\u003c/a\u003e [interactive](#input\\_interactive) | When this parameter is true, this allows you to deploy containerized applications that require stdin or a tty to be allocated. | `bool` | `null` | no |\n| \u003ca name=\"input_links\"\u003e\u003c/a\u003e [links](#input\\_links) | List of container names this container can communicate with without port mappings | `list(string)` | `null` | no |\n| \u003ca name=\"input_linux_parameters\"\u003e\u003c/a\u003e [linux\\_parameters](#input\\_linux\\_parameters) | Linux-specific modifications that are applied to the container, such as Linux kernel capabilities. For more details, see https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LinuxParameters.html | \u003cpre\u003eobject({\u003cbr\u003e    capabilities = object({\u003cbr\u003e      add  = list(string)\u003cbr\u003e      drop = list(string)\u003cbr\u003e    })\u003cbr\u003e    devices = list(object({\u003cbr\u003e      containerPath = string\u003cbr\u003e      hostPath      = string\u003cbr\u003e      permissions   = list(string)\u003cbr\u003e    }))\u003cbr\u003e    initProcessEnabled = bool\u003cbr\u003e    maxSwap            = number\u003cbr\u003e    sharedMemorySize   = number\u003cbr\u003e    swappiness         = number\u003cbr\u003e    tmpfs = list(object({\u003cbr\u003e      containerPath = string\u003cbr\u003e      mountOptions  = list(string)\u003cbr\u003e      size          = number\u003cbr\u003e    }))\u003cbr\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_log_configuration\"\u003e\u003c/a\u003e [log\\_configuration](#input\\_log\\_configuration) | Log configuration options to send to a custom log driver for the container. For more details, see https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html | `any` | `null` | no |\n| \u003ca name=\"input_map_environment\"\u003e\u003c/a\u003e [map\\_environment](#input\\_map\\_environment) | The environment variables to pass to the container. This is a map of string: {key: value}. map\\_environment overrides environment | `map(string)` | `null` | no |\n| \u003ca name=\"input_map_secrets\"\u003e\u003c/a\u003e [map\\_secrets](#input\\_map\\_secrets) | The secrets variables to pass to the container. This is a map of string: {key: value}. map\\_secrets overrides secrets | `map(string)` | `null` | no |\n| \u003ca name=\"input_mount_points\"\u003e\u003c/a\u003e [mount\\_points](#input\\_mount\\_points) | Container mount points. This is a list of maps, where each map should contain `containerPath`, `sourceVolume` and `readOnly` | \u003cpre\u003elist(object({\u003cbr\u003e    containerPath = string\u003cbr\u003e    sourceVolume  = string\u003cbr\u003e    readOnly      = bool\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_port_mappings\"\u003e\u003c/a\u003e [port\\_mappings](#input\\_port\\_mappings) | The port mappings to configure for the container. This is a list of maps. Each map should contain \"containerPort\", \"hostPort\", and \"protocol\", where \"protocol\" is one of \"tcp\" or \"udp\". If using containers in a task with the awsvpc or host network mode, the hostPort can either be left blank or set to the same value as the containerPort | \u003cpre\u003elist(object({\u003cbr\u003e    containerPort = number\u003cbr\u003e    hostPort      = number\u003cbr\u003e    protocol      = string\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_privileged\"\u003e\u003c/a\u003e [privileged](#input\\_privileged) | When this variable is `true`, the container is given elevated privileges on the host container instance (similar to the root user). This parameter is not supported for Windows containers or tasks using the Fargate launch type. | `bool` | `null` | no |\n| \u003ca name=\"input_pseudo_terminal\"\u003e\u003c/a\u003e [pseudo\\_terminal](#input\\_pseudo\\_terminal) | When this parameter is true, a TTY is allocated. | `bool` | `null` | no |\n| \u003ca name=\"input_readonly_root_filesystem\"\u003e\u003c/a\u003e [readonly\\_root\\_filesystem](#input\\_readonly\\_root\\_filesystem) | Determines whether a container is given read-only access to its root filesystem. Due to how Terraform type casts booleans in json it is required to double quote this value | `bool` | `false` | no |\n| \u003ca name=\"input_repository_credentials\"\u003e\u003c/a\u003e [repository\\_credentials](#input\\_repository\\_credentials) | Container repository credentials; required when using a private repo.  This map currently supports a single key; \"credentialsParameter\", which should be the ARN of a Secrets Manager's secret holding the credentials | `map(string)` | `null` | no |\n| \u003ca name=\"input_resource_requirements\"\u003e\u003c/a\u003e [resource\\_requirements](#input\\_resource\\_requirements) | The type and amount of a resource to assign to a container. The only supported resource is a GPU. | \u003cpre\u003elist(object({\u003cbr\u003e    type  = string\u003cbr\u003e    value = string\u003cbr\u003e  }))\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_secrets\"\u003e\u003c/a\u003e [secrets](#input\\_secrets) | The secrets to pass to the container. This is a list of maps | \u003cpre\u003elist(object({\u003cbr\u003e    name      = string\u003cbr\u003e    valueFrom = string\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_secrets_extra\"\u003e\u003c/a\u003e [secrets\\_extra](#input\\_secrets\\_extra) | Extra secrets to pass to the container. This will be merged with `secrets` and will take precedence over already secrets | \u003cpre\u003elist(object({\u003cbr\u003e    name      = string\u003cbr\u003e    valueFrom = string\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_start_timeout\"\u003e\u003c/a\u003e [start\\_timeout](#input\\_start\\_timeout) | Time duration (in seconds) to wait before giving up on resolving dependencies for a container | `number` | `null` | no |\n| \u003ca name=\"input_stop_timeout\"\u003e\u003c/a\u003e [stop\\_timeout](#input\\_stop\\_timeout) | Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own | `number` | `null` | no |\n| \u003ca name=\"input_system_controls\"\u003e\u003c/a\u003e [system\\_controls](#input\\_system\\_controls) | A list of namespaced kernel parameters to set in the container, mapping to the --sysctl option to docker run. This is a list of maps: { namespace = \"\", value = \"\"} | `list(map(string))` | `null` | no |\n| \u003ca name=\"input_ulimits\"\u003e\u003c/a\u003e [ulimits](#input\\_ulimits) | Container ulimit settings. This is a list of maps, where each map should contain \"name\", \"hardLimit\" and \"softLimit\" | \u003cpre\u003elist(object({\u003cbr\u003e    name      = string\u003cbr\u003e    hardLimit = number\u003cbr\u003e    softLimit = number\u003cbr\u003e  }))\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_user\"\u003e\u003c/a\u003e [user](#input\\_user) | The user to run as inside the container. Can be any of these formats: user, user:group, uid, uid:gid, user:gid, uid:group. The default (null) will use the container's configured `USER` directive or root if not set. | `string` | `null` | no |\n| \u003ca name=\"input_volumes_from\"\u003e\u003c/a\u003e [volumes\\_from](#input\\_volumes\\_from) | A list of VolumesFrom maps which contain \"sourceContainer\" (name of the container that has the volumes to mount) and \"readOnly\" (whether the container can write to the volume) | \u003cpre\u003elist(object({\u003cbr\u003e    sourceContainer = string\u003cbr\u003e    readOnly        = bool\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_working_directory\"\u003e\u003c/a\u003e [working\\_directory](#input\\_working\\_directory) | The working directory to run commands inside the container | `string` | `null` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_json_map_encoded\"\u003e\u003c/a\u003e [json\\_map\\_encoded](#output\\_json\\_map\\_encoded) | JSON string encoded container definitions for use with other terraform resources such as aws\\_ecs\\_task\\_definition. |\n| \u003ca name=\"output_json_map_encoded_list\"\u003e\u003c/a\u003e [json\\_map\\_encoded\\_list](#output\\_json\\_map\\_encoded\\_list) | JSON string encoded list of container definitions for use with other terraform resources such as aws\\_ecs\\_task\\_definition. |\n| \u003ca name=\"output_json_map_object\"\u003e\u003c/a\u003e [json\\_map\\_object](#output\\_json\\_map\\_object) | JSON map encoded container definition. |\n| \u003ca name=\"output_sensitive_json_map_encoded\"\u003e\u003c/a\u003e [sensitive\\_json\\_map\\_encoded](#output\\_sensitive\\_json\\_map\\_encoded) | JSON string encoded container definitions for use with other terraform resources such as aws\\_ecs\\_task\\_definition (sensitive). |\n| \u003ca name=\"output_sensitive_json_map_encoded_list\"\u003e\u003c/a\u003e [sensitive\\_json\\_map\\_encoded\\_list](#output\\_sensitive\\_json\\_map\\_encoded\\_list) | JSON string encoded list of container definitions for use with other terraform resources such as aws\\_ecs\\_task\\_definition (sensitive). |\n| \u003ca name=\"output_sensitive_json_map_object\"\u003e\u003c/a\u003e [sensitive\\_json\\_map\\_object](#output\\_sensitive\\_json\\_map\\_object) | JSON map encoded container definition (sensitive). |\n\n## Breaking Changes\n\nPlease consult [BREAKING\\_CHANGES.md](BREAKING\\_CHANGES.md) for more information about version\nhistory and compatibility.\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the process for\ncontributing to this project.\n\nBe mindful of our [Code of Conduct](CODE\\_OF\\_CONDUCT.md).\n\n## We're hiring\n\nLook for current openings on BambooHR https://nventive.bamboohr.com/careers/\n\n## Stay in touch\n\n[nventive.com](https://nventive.com/) | [Linkedin](https://www.linkedin.com/company/nventive/) | [Instagram](https://www.instagram.com/hellonventive/) | [YouTube](https://www.youtube.com/channel/UCFQyvGEKMO10hEyvCqprp5w) | [Spotify](https://open.spotify.com/show/0lsxfIb6Ttm76jB4wgutob)\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnventive%2Fterraform-aws-ecs-container-definition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnventive%2Fterraform-aws-ecs-container-definition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnventive%2Fterraform-aws-ecs-container-definition/lists"}