mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
get rid of previous error
This commit is contained in:
parent
68e0825295
commit
634798c5d4
1 changed files with 0 additions and 2 deletions
|
|
@ -19,8 +19,6 @@ resource "aws_ecr_lifecycle_policy" "my_repository_policy" {
|
||||||
selection = {
|
selection = {
|
||||||
tagStatus = "tagged"
|
tagStatus = "tagged"
|
||||||
tagPrefixList = ["prod", "main", "dev"]
|
tagPrefixList = ["prod", "main", "dev"]
|
||||||
countType = "imageCountMoreThan"
|
|
||||||
countNumber = 9999
|
|
||||||
}
|
}
|
||||||
action = {
|
action = {
|
||||||
type = "retain"
|
type = "retain"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue