terraform-aws-ecs-container-definition icon indicating copy to clipboard operation
terraform-aws-ecs-container-definition copied to clipboard

Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource

Results 15 terraform-aws-ecs-container-definition issues
Sort by recently updated
recently updated
newest added

## what * enable & use optional attributes where AWS API marks fields optional * remove redundant lookups * strengthen types for `log_configuration`, `repository_credentials`, `system_controls`, `container_definition` * reorder object var...

## Describe the Feature I would like to be able to specify `runtimePlatform` to use arm64 arch in fargate tasks. ## Expected Behavior I'm able to optionally set a map...

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug According to the [log configuration documentation](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html), the options section is not required. Our use case...

bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies terraform versions.tf...

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature Add validation to `secrets` and `map_secrets`'s `valueFrom` to ensure it's an...

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature It would be nice to provide the command as a string...

## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates

auto-update
readme
no-release

## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates

auto-update
readme
no-release

### Describe the Feature ECS supports executing commands/opening a shell into the containers. The flag to enable this is documented at https://registry.terraform.io/modules/terraform-aws-modules/ecs/aws/latest/submodules/container-definition#input_enable_execute_command. No such flag, however, is supported by the...

## what Allow specifying containerPortRange in portMappings ## why To support containerPortRange ## references

minor