Skip to content

Commit

Permalink
add AWS.LogGroup env var to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-k1998 committed Oct 10, 2023
1 parent a55bb19 commit 67c938e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion terraform/environments/dacp/application_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"support_email": "[email protected]",
"rds_port": "5432",
"domain_name": "modernisation-platform.service.justice.gov.uk",
"tactical_products_db_secrets_arn": "5fWKaj"
"tactical_products_db_secrets_arn": "5fWKaj",
"AWS.LogGroup": "NLog.DACP.Development"
},
"preproduction": {
"moj_ip": "81.134.202.29/32",
Expand Down
6 changes: 5 additions & 1 deletion terraform/environments/dacp/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ resource "aws_ecs_task_definition" "dacp_task_definition" {
{
name = "ida:ClientId"
value = "${local.application_data.accounts[local.environment].client_id}"
}
},
{
name = "AWS.LogGroup"
value = "${local.application_data.accounts[local.environment].AWS.LogGroup}"
},
]
}
])
Expand Down

0 comments on commit 67c938e

Please sign in to comment.