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"