resource "aws_ecr_repository" "ecr" {
  name = "wsi-app"
  force_delete = true
}