Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 3, 2024
1 parent e24fc5c commit 5717625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecr-lifecycle.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ data "aws_ecr_lifecycle_policy_document" "patterns" {
selection {
tag_status = "untagged"
count_type = "imageCountMoreThan"
count_number = try(var.lifecycle_policy_patternscount, local.default_count)
count_number = try(var.lifecycle_policy_pattern.count, local.default_count)
}
}
dynamic "rule" {
Expand Down

0 comments on commit 5717625

Please sign in to comment.