Skip to content

Commit

Permalink
Changes in comments for ECR lifecycle policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Khramtsov committed Aug 23, 2024
1 parent 51d5db8 commit 1686fa2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ inputs = {
count_unit = "days"
count_number = 7
tagPrefixLists = ["${include.env.locals.name}"]
description = "Keep image for 24 hours"
description = "Keep image for 7 days"
},
{
tag_status = "untagged"
count_unit = "days"
count_number = 1
tagPrefixLists = []
description = "Keep image for 7 days"
description = "Keep image for 1 day"
}
]
}
Expand Down

0 comments on commit 1686fa2

Please sign in to comment.