Skip to content

Commit

Permalink
Update ecs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuchalla authored Sep 19, 2024
1 parent 5675ed8 commit 81b1bcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/test/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ resource "aws_ecs_task_definition" "app" {
name = "LMMU_USERNAME",
valueFrom = "${data.aws_secretsmanager_secret_version.creds.arn}:lmmu_username::"
},
{
name = "GITHUB_API_TOKEN",
valueFrom = "${data.aws_secretsmanager_secret_version.creds.arn}:github_api_token::"
}


]
Expand Down

0 comments on commit 81b1bcd

Please sign in to comment.