From 191dde8043d38e8e0be73b418f166f0bcd8b4095 Mon Sep 17 00:00:00 2001 From: xpk Date: Mon, 26 Feb 2024 12:16:42 +0800 Subject: [PATCH] UPD: added missing variable --- modules/compute/ec2-instance-scheduler/variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/compute/ec2-instance-scheduler/variables.tf b/modules/compute/ec2-instance-scheduler/variables.tf index 121110e..f6b6b02 100644 --- a/modules/compute/ec2-instance-scheduler/variables.tf +++ b/modules/compute/ec2-instance-scheduler/variables.tf @@ -16,4 +16,10 @@ variable instance-ids { 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 } \ No newline at end of file