Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: update cw_retention_in_days to 365 days, CloudWatch.16
  • Loading branch information
alismx committed Dec 10, 2025
commit 7895cf864d67e4619cfca7687350faca8f3811e8
2 changes: 1 addition & 1 deletion _variable.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "cloudmap_namespace_name" {
variable "cw_retention_in_days" {
type = number
description = "Retention period in days for CloudWatch logs"
default = 30
default = 365
}

variable "ecs_alb_name" {
Expand Down