diff --git a/terraform/ecr.tf b/terraform/ecr.tf deleted file mode 100644 index 1f90869f6..000000000 --- a/terraform/ecr.tf +++ /dev/null @@ -1,70 +0,0 @@ -# ECR (Elastic Container Registry) -# -# All our code is run as tasks on ECS, which means they need repositories to -# store the container images. Images are built and published to these -# repositories by GitHub Actions. - -locals { - ecr_keep_10_images_policy = <