Skip to content

Commit 314d64a

Browse files
infracost-autofix[bot]hugorut
authored andcommitted
fix: update ecs architecture
1 parent e9b77b0 commit 314d64a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

more_examples/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ resource "aws_ecs_task_definition" "my_task" {
6666
memory = "2048" # 2 GB
6767
execution_role_arn = "aws_iam_role.ecs_task_execution_role.arn"
6868

69+
runtime_platform {
70+
cpu_architecture = "ARM64"
71+
}
72+
6973
container_definitions = jsonencode([
7074
{
7175
name = "task-container"

0 commit comments

Comments
 (0)