deploy container registry

This commit is contained in:
Jun-te Kim 2026-02-02 18:41:14 +00:00
parent cc76f8502b
commit ba16afe0f0

View file

@ -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"