We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4c475 commit 4b824f5Copy full SHA for 4b824f5
variables.tf
@@ -41,7 +41,7 @@ variable "lifecycle_rules" {
41
{
42
description = "Keep the last 30 tagged images"
43
tag_status = "tagged"
44
- tag_prefix_list = ["latest", "prod", "sha"]
+ tag_prefix_list = ["sha"]
45
count_type = "imageCountMoreThan"
46
count_number = 30
47
},
0 commit comments