Skip to content

Commit

Permalink
add mem scale up var
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksClo19 authored Nov 7, 2023
1 parent 52d01f6 commit 35d95cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35d95cd

Please sign in to comment.