Skip to content

Commit 51d5db8

Browse files
author
Valentin Khramtsov
committed
Changes for ECR module
1 parent 4092608 commit 51d5db8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: terraform/modules/aws-ecr/main.tf

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ resource "aws_ecr_lifecycle_policy" "this" {
2727
countUnit = policy.count_unit
2828
countNumber = policy.count_number
2929
},
30-
# Conditionally add tagPrefixList only if tag_status is "tagged"
3130
policy.tag_status == "tagged" ? {
3231
tagPrefixList = "${policy.tagPrefixLists}"
3332
} : {})

0 commit comments

Comments
 (0)