module "repository" {
  source = "git@github.com:theorchard/terraform-ecr.git?ref=1.8.0"

  repository_name = local.filter_lambda_name
}
