diff --git a/terraform/modules/ecr/ecr.tf b/terraform/modules/ecr/ecr.tf index 63c745b..69e0cfb 100644 --- a/terraform/modules/ecr/ecr.tf +++ b/terraform/modules/ecr/ecr.tf @@ -18,9 +18,9 @@ resource "aws_ecr_lifecycle_policy" "main" { type = "expire" } selection = { - tagStatus = "any" - countType = "imageCountMoreThan" - countNumber = var.image_retention_count + tagStatus = "any" + countType = "imageCountMoreThan" + countNumber = var.image_retention_count } }] })