telia-oss / terraform-aws-ecs-fargate

Terraform module which creates Fargate ECS resources on AWS.
https://registry.terraform.io/modules/telia-oss/ecs-fargate/aws
MIT License
82 stars 75 forks source link

Add OS_Family and CPU_Arch options to Task Definition #72

Closed g1t-out closed 1 year ago

g1t-out commented 1 year ago

This adds the ability to deploy containers that are not Linux or without X86_64 CPU architecture.

larstobi commented 1 year ago

@jblack6-byu Hi, this functionality was introduced in 3.69.0 so we needed to upgrade the version we use in the tests (done). Please update your branch with the latest master, and we'll run the tests again, which should now work.

g1t-out commented 1 year ago

@larstobi I think I've merged your changes into my branch, so it should be good now. Please let me know if you need anything else. Thanks for the quick response!