terraform-aws-ecs
terraform-aws-ecs copied to clipboard
Add runtimePlatform to be able to use cpuArchitecture = "ARM64"
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too. Yes but it is around for quite sometime
Is your request related to a problem? Please describe.
It's always defaults to x86Describe the solution you'd like.
It's always defaults to x86 and we would like to have options for ARM64Describe alternatives you've considered.
None yetAdditional context
Output when u config via console
have you tried specifying that value? do you have a reproduction?
This bit me today, too. I wondered why my tasks weren't launching and I'm pretty sure this is the reason.
EDIT: Yep, confirmed that the provider created an x86 task but is attempting to use an ARM64 container image. The rest of my infra stack is arm64 so it would really suck to have to create a workaround just for this.
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This is still an issue.
I have yet to see a reproduction
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This issue has been resolved in version 5.11.1 :tada:
I'm going to lock this issue because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.