terraform-aws-ecs-web-app
terraform-aws-ecs-web-app copied to clipboard
feat: Add variable resource_requirements
trafficstars
what
The resource_requirements variable is supported by the aws_ecs_task_definition resource. This allows users to specify the type and amount of resources (like GPUs) to assign to a container.
why
Allow forwarding this variable to the ecs-container-definition/aws module, which already supports it.