Skip to content

Commit

Permalink
remove hard coded arn
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgreen-moj committed Jan 6, 2025
1 parent e8c88ca commit 79a9f6f
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 79a9f6f

Please sign in to comment.