mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
terraform polciy only do it for feature
This commit is contained in:
parent
d8d3598799
commit
c1a075bb16
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue