UPD: added missing variable

This commit is contained in:
xpk 2024-02-26 12:16:42 +08:00
parent 2052166d45
commit 191dde8043
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -17,3 +17,9 @@ variable description {
type = string
description = "A description of instances to be started/stopped on schedule"
}
variable "cloudwatchlog-retention" {
type = number
description = "Cloudwatch log retention days"
default = 30
}