Skip to content

Commit 4b824f5

Browse files
authored
Fix default lifecycle rule
1 parent bd4c475 commit 4b824f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ variable "lifecycle_rules" {
4141
{
4242
description = "Keep the last 30 tagged images"
4343
tag_status = "tagged"
44-
tag_prefix_list = ["latest", "prod", "sha"]
44+
tag_prefix_list = ["sha"]
4545
count_type = "imageCountMoreThan"
4646
count_number = 30
4747
},

0 commit comments

Comments
 (0)