Skip to content

Commit

Permalink
Fix worker.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Janson Bunce committed Nov 1, 2024
1 parent 2c0707a commit 7805ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ resource "aws_ecs_task_definition" "worker" {
"valueFrom": "${data.aws_ssm_parameter.ssm_dmz_api_key.arn}"
},
{
"name: "MDL_SYNC_ENDPOINT",
"name": "MDL_SYNC_ENDPOINT",
"valueFrom": "${data.aws_ssm_parameter.ssm_mdl_sync_endpoint.arn}"
}
]
Expand Down

0 comments on commit 7805ec2

Please sign in to comment.