Skip to content

Commit 9a90419

Browse files
committed
Update ECS batch processor configuration to use project short name for ECR repository
1 parent a4162b7 commit 9a90419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/instance/ecs_batch_processor_config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource "aws_ecs_cluster" "ecs_cluster" {
1111
}
1212

1313
data "aws_ecr_repository" "recordprocessor_repository" {
14-
name = "${local.short_prefix}-recordprocessor-repo"
14+
name = "${var.project_short_name}-recordprocessor-repo"
1515
}
1616

1717
# Define the IAM Role for ECS Task Execution

0 commit comments

Comments
 (0)