Skip to content

Commit 96fde6b

Browse files
Fix CPU value
1 parent 4a0cd82 commit 96fde6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ resource "aws_ecs_task_definition" "cloud-agent" {
392392
count = var.create ? 1 : 0
393393
family = "depot-connection-${var.connection-id}-cloud-agent"
394394
requires_compatibilities = ["FARGATE"]
395-
cpu = 2024
395+
cpu = 2048
396396
memory = 4096
397397
network_mode = "awsvpc"
398398
execution_role_arn = aws_iam_role.execution-role[0].arn

0 commit comments

Comments
 (0)