terraform-aws-ecs-web-app icon indicating copy to clipboard operation
terraform-aws-ecs-web-app copied to clipboard

feat: Add variable resource_requirements

Open adamantike opened this issue 7 months ago • 1 comments
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.

adamantike avatar Apr 14 '25 18:04 adamantike