Skip to content

Commit b7b78c0

Browse files
Merge pull request #14 from depot/fix-cpu
2 parents 4a0cd82 + 96fde6b commit b7b78c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.tf

+1-1
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)