Skip to content

Commit b0a0fe6

Browse files
Update infrastructure/account/recordprocessor_ecr_repo.tf
Co-authored-by: Ed Hall <239591530+edhall-nhs@users.noreply.github.com>
1 parent 8820337 commit b0a0fe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/account/recordprocessor_ecr_repo.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "aws_ecr_repository" "processing_repository" {
33
scan_on_push = true
44
}
55
image_tag_mutability = "IMMUTABLE"
6-
name = "${local.short_prefix}-recordprocessor-repo"
6+
name = "imms-recordprocessor-repo"
77
}
88

99
#TODO add lifecycle policy to manage images

0 commit comments

Comments
 (0)