mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
terraform polciy only do it for feature
This commit is contained in:
parent
c1a075bb16
commit
8fe3938116
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ resource "aws_ecr_lifecycle_policy" "extractor_loader_lifecycle" {
|
|||
policy = jsonencode({
|
||||
"rules": [
|
||||
{
|
||||
"rulePriority": 1,
|
||||
"rulePriority": 2,
|
||||
"description": "Expire images older than 14 days",
|
||||
"selection": {
|
||||
"tagStatus": "untagged",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue