get rid of previous error

This commit is contained in:
Jun-te Kim 2026-02-02 23:13:12 +00:00
parent 68e0825295
commit 634798c5d4

View file

@ -19,8 +19,6 @@ resource "aws_ecr_lifecycle_policy" "my_repository_policy" {
selection = {
tagStatus = "tagged"
tagPrefixList = ["prod", "main", "dev"]
countType = "imageCountMoreThan"
countNumber = 9999
}
action = {
type = "retain"