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 10, 2024
1 parent ade423d commit a51d139
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/prod/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ resource "aws_ecs_task_definition" "app" {
{
name = "PROJECT_ENVIRONMENT",
value = "aws-prod"
},
{
name = "SSOT_URL",
value = "${local.conn_str}"
}

]
Expand Down

0 comments on commit a51d139

Please sign in to comment.