We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a0cd82 + 96fde6b commit b7b78c0Copy full SHA for b7b78c0
main.tf
@@ -392,7 +392,7 @@ resource "aws_ecs_task_definition" "cloud-agent" {
392
count = var.create ? 1 : 0
393
family = "depot-connection-${var.connection-id}-cloud-agent"
394
requires_compatibilities = ["FARGATE"]
395
- cpu = 2024
+ cpu = 2048
396
memory = 4096
397
network_mode = "awsvpc"
398
execution_role_arn = aws_iam_role.execution-role[0].arn
0 commit comments