diff --git a/infrastructure/terraform/modules/container_registry/variables.tf b/infrastructure/terraform/modules/container_registry/variables.tf index 501a5044..11821b31 100644 --- a/infrastructure/terraform/modules/container_registry/variables.tf +++ b/infrastructure/terraform/modules/container_registry/variables.tf @@ -11,5 +11,5 @@ variable "stage" { variable "retain_count" { description = "Number of images to retain" type = number - default = 20 + default = 10 }