Skip to content

Commit

Permalink
Merge pull request #373 from ministryofjustice/dns-health-checks
Browse files Browse the repository at this point in the history
remove hard coded arn
  • Loading branch information
jamesgreen-moj authored Jan 6, 2025
2 parents 8ff69cc + 767814a commit 071eced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dns/ecs_task_definition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "aws_ecs_task_definition" "server_task" {
},
{
"name": "DNS_HEALTH_CHECK_URL",
"valueFrom": "arn:aws:ssm:eu-west-2:068084030754:parameter/DNS_HEALTH_CHECK_URL"
"valueFrom": "${var.ssm_arns["DNS_HEALTH_CHECK_URL"]}"
}
],
"image": "${module.dns_dhcp_common.ecr.repository_url}",
Expand Down

0 comments on commit 071eced

Please sign in to comment.