Skip to content

Commit

Permalink
Merge pull request #7 from brooksClo19/patch-2
Browse files Browse the repository at this point in the history
add mem scale up var
  • Loading branch information
robertomoutinho authored Nov 7, 2023
2 parents 52d01f6 + 35d95cd commit 6e64184
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 6e64184

Please sign in to comment.