Skip to content

Commit

Permalink
remove variable for app logs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewsearle01 committed Oct 11, 2023
1 parent 724cb1d commit 58b1a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions terraform/environments/dacp/application_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"support_email": "[email protected]",
"rds_port": "5432",
"domain_name": "modernisation-platform.service.justice.gov.uk",
"tactical_products_db_secrets_arn": "5fWKaj",
"aws_log_group": "NLog.DACP.Development"
"tactical_products_db_secrets_arn": "5fWKaj"
},
"preproduction": {
"moj_ip": "81.134.202.29/32",
Expand Down
6 changes: 1 addition & 5 deletions terraform/environments/dacp/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ 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_log_group}"
},
}
]
}
])
Expand Down

0 comments on commit 58b1a18

Please sign in to comment.