Skip to content

Commit

Permalink
Merge pull request #14 from depot/fix-cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Jul 24, 2023
2 parents 4a0cd82 + 96fde6b commit b7b78c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ resource "aws_ecs_task_definition" "cloud-agent" {
count = var.create ? 1 : 0
family = "depot-connection-${var.connection-id}-cloud-agent"
requires_compatibilities = ["FARGATE"]
cpu = 2024
cpu = 2048
memory = 4096
network_mode = "awsvpc"
execution_role_arn = aws_iam_role.execution-role[0].arn
Expand Down

0 comments on commit b7b78c0

Please sign in to comment.