Skip to content

Commit 810d9ba

Browse files
committed
fix: bump retention days to match checkov
1 parent a6b4dd6 commit 810d9ba

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
@@ -19,7 +19,7 @@ variable "cloudwatch_log_group_name" {
1919
variable "cloudwatch_log_group_retention" {
2020
description = "Lambda CloudWatch log group retention period"
2121
type = string
22-
default = "30"
22+
default = "365"
2323
validation {
2424
condition = contains(["1", "3", "5", "7", "14", "30", "60", "90", "120", "150", "180", "365", "400", "545", "731", "1827", "3653", "0"], var.cloudwatch_log_group_retention)
2525
error_message = "Valid values for var: cloudwatch_log_group_retention are (1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, 3653, and 0)."

0 commit comments

Comments
 (0)