We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4092608 commit 51d5db8Copy full SHA for 51d5db8
terraform/modules/aws-ecr/main.tf
@@ -27,7 +27,6 @@ resource "aws_ecr_lifecycle_policy" "this" {
27
countUnit = policy.count_unit
28
countNumber = policy.count_number
29
},
30
- # Conditionally add tagPrefixList only if tag_status is "tagged"
31
policy.tag_status == "tagged" ? {
32
tagPrefixList = "${policy.tagPrefixLists}"
33
} : {})
0 commit comments