UPD: added missing variable
This commit is contained in:
parent
2052166d45
commit
191dde8043
@ -16,4 +16,10 @@ variable instance-ids {
|
|||||||
variable description {
|
variable description {
|
||||||
type = string
|
type = string
|
||||||
description = "A description of instances to be started/stopped on schedule"
|
description = "A description of instances to be started/stopped on schedule"
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cloudwatchlog-retention" {
|
||||||
|
type = number
|
||||||
|
description = "Cloudwatch log retention days"
|
||||||
|
default = 30
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user