# this repository is being used by
# .gitlab-ci.yml to publish the image
resource "aws_ecr_repository" "foo" {
  name                 = var.ecr_repository_name
  tags = var.ecr_repository_tags
}