cloudposse / terraform-aws-ecs-container-definition

Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource
https://cloudposse.com/accelerate
Apache License 2.0
339 stars 244 forks source link

Missing Keys: ResourceRequirement #105

Closed seanturner026 closed 3 years ago

seanturner026 commented 3 years ago

Missing resource: ResourceRequirement

https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ResourceRequirement.html

This one is used in tandem with interface accelerators

seanturner026 commented 3 years ago

Thanks!