diff --git a/variables.tf b/variables.tf index 206529f..0501458 100644 --- a/variables.tf +++ b/variables.tf @@ -178,6 +178,12 @@ variable "asg_threshold_cpu_to_scale_up" { default = 60 } +variable "asg_threshold_mem_to_scale_up" { + description = "The value against which the specified statistic is compared." + type = number + default = 60 +} + variable "asg_threshold_cpu_to_scale_down" { description = "The value against which the specified statistic is compared." type = number