terraform polciy only do it for feature

This commit is contained in:
Jun-te Kim 2025-07-21 09:33:37 +00:00
parent d8d3598799
commit c1a075bb16

View file

@ -48,7 +48,7 @@ resource "aws_ecr_lifecycle_policy" "extractor_loader_lifecycle" {
"description": "Keep last 5 images",
"selection": {
"tagStatus": "tagged",
"tagPrefixList": ["v"],
"tagPrefixList": ["feature"],
"countType": "imageCountMoreThan",
"countNumber": 5
},