From 51d5db81d415daa9d1565a40e24c2c09f15435ee Mon Sep 17 00:00:00 2001 From: Valentin Khramtsov Date: Fri, 23 Aug 2024 15:13:07 +0300 Subject: [PATCH] Changes for ECR module --- terraform/modules/aws-ecr/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/terraform/modules/aws-ecr/main.tf b/terraform/modules/aws-ecr/main.tf index a7ee5fa..f9e5154 100644 --- a/terraform/modules/aws-ecr/main.tf +++ b/terraform/modules/aws-ecr/main.tf @@ -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}" } : {})