From 634798c5d45fdb3262a3ed08960fc33680d1bdce Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 2 Feb 2026 23:13:12 +0000 Subject: [PATCH] get rid of previous error --- infrastructure/terraform/modules/ecr/main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/infrastructure/terraform/modules/ecr/main.tf b/infrastructure/terraform/modules/ecr/main.tf index d0c37190..813ff9b0 100644 --- a/infrastructure/terraform/modules/ecr/main.tf +++ b/infrastructure/terraform/modules/ecr/main.tf @@ -19,8 +19,6 @@ resource "aws_ecr_lifecycle_policy" "my_repository_policy" { selection = { tagStatus = "tagged" tagPrefixList = ["prod", "main", "dev"] - countType = "imageCountMoreThan" - countNumber = 9999 } action = { type = "retain"