Skip to content

Commit

Permalink
fix: aztec-node terraform args (#4669)
Browse files Browse the repository at this point in the history
Co-authored-by: PhilWindle <[email protected]>
  • Loading branch information
spypsy and PhilWindle authored Feb 20, 2024
1 parent 7c0004d commit 4f37270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/aztec-node/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ resource "aws_ecs_task_definition" "aztec-node" {
{
"name": "${var.DEPLOY_TAG}-aztec-node-${count.index + 1}",
"image": "${var.DOCKERHUB_ACCOUNT}/aztec:${var.DEPLOY_TAG}",
"command": ["start", "--node", "--archiver", "--sequencer"],
"essential": true,
"memoryReservation": 3776,
"portMappings": [
Expand Down

0 comments on commit 4f37270

Please sign in to comment.