diff --git a/variables.tf b/variables.tf index c66084b9..f34801a0 100644 --- a/variables.tf +++ b/variables.tf @@ -71,7 +71,7 @@ variable "reserved_concurrent_executions" { variable "cloudwatch_log_group_retention_in_days" { description = "Specifies the number of days you want to retain log events in log group for Lambda." type = number - default = 0 + default = 30 } variable "cloudwatch_log_group_kms_key_id" {