Skip to content

Commit

Permalink
Changes for ECR module
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Khramtsov committed Aug 23, 2024
1 parent 4092608 commit 51d5db8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/modules/aws-ecr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ resource "aws_ecr_lifecycle_policy" "this" {
countUnit = policy.count_unit
countNumber = policy.count_number
},
# Conditionally add tagPrefixList only if tag_status is "tagged"
policy.tag_status == "tagged" ? {
tagPrefixList = "${policy.tagPrefixLists}"
} : {})
Expand Down

0 comments on commit 51d5db8

Please sign in to comment.