Skip to content

Commit

Permalink
fix: added missing default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Feb 11, 2025
1 parent a751f88 commit e0c47ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ variable "log_groups_to_datadog" {
}

variable "object_expiration" {
type = number
type = number
description = "Age (in days) before logs in S3 are expired."
default = 30
}

variable "object_ia_age" {
Expand Down

0 comments on commit e0c47ef

Please sign in to comment.