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.
1 parent 4a0cd82 commit 96fde6bCopy full SHA for 96fde6b
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