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

### Describe the Bug Moving from module version 0.58.2 to 0.60.0, Terraform is creating unnecessarily noisy diffs for empty list values. It doesn't impact whether a change is detected on...

bug

### Describe the Bug When declaring the linux_parameters input variable, I cannot populate values for only the specific parameters that I need. In the [official documentation](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LinuxParameters.html), none of the Linux-specific...

bug

### Describe the Bug Getting error ``` │ Error: Provider produced inconsistent final plan │ │ When expanding the plan for module.environment.module.services["api"].aws_ecs_task_definition.main to include new values learned so far during...

bug

## what Adds container restart policies to the container definition ## why This feature was introduced by AWS recently but has not made its way to this container ## references...

minor
triage
feature

### Describe the Feature AWS introudced container restart policies to ECS containers This allows a container to restart on specific exit codes without needing to provision a new task https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-restart-policy.html?icmpid=docs_ecs_hp-task-definition...