Skip to content

Commit

Permalink
Fix CPU value
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jul 24, 2023
1 parent 4a0cd82 commit 96fde6b
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 96fde6b

Please sign in to comment.