Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Oct 8, 2024
1 parent 8836925 commit d35162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "enable_logs_storage" {
default = true
}

variable "expire_logs_after_day" {
variable "expire_logs_after_days" {
description = "Number of days objects in the logs bucket are stored"
type = number
default = 90
Expand Down

0 comments on commit d35162a

Please sign in to comment.