From ba16afe0f0c79b2868cb10647fc4736d1fc430b9 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 2 Feb 2026 18:41:14 +0000 Subject: [PATCH] deploy container registry --- infrastructure/terraform/modules/ecr/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/modules/ecr/main.tf b/infrastructure/terraform/modules/ecr/main.tf index 51085c5c..4f2c838e 100644 --- a/infrastructure/terraform/modules/ecr/main.tf +++ b/infrastructure/terraform/modules/ecr/main.tf @@ -28,7 +28,7 @@ resource "aws_ecr_lifecycle_policy" "my_repository_policy" { # 2️⃣ Expire everything else beyond the most recent 10 images { rulePriority = 2 - description = "Retain only the last 10 images" -> "Keep prod, main, dev images forever" + description = "Retain only the last 10 images" selection = { tagStatus = "any" countType = "imageCountMoreThan"