From 4d4093639f75b74bb34d356a1091c6894b022469 Mon Sep 17 00:00:00 2001 From: Abhi Yerra Date: Wed, 31 Jul 2024 14:05:33 -0700 Subject: [PATCH] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index eff18a6..80fce7e 100644 --- a/main.tf +++ b/main.tf @@ -24,7 +24,7 @@ resource "aws_ecr_lifecycle_policy" "this" { "selection": { "tagStatus": "any", "countType": "imageCountMoreThan", - "countNumber": 10 + "countNumber": 75 }, "action": { "type": "expire"