Skip to content

Commit

Permalink
Changed values to better represent Lambda use
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-devnull committed Apr 21, 2021
1 parent 2b6b794 commit 6ceee22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions connected-clients-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ variable "connected_clients_enabled" {

variable "connected_clients_warning" {
type = number
default = 20
# 20 connected_clientss
default = 600
# 600 connected_clientss
}

variable "connected_clients_critical" {
type = number
default = 30
# 30 connected_clientss
default = 800
# 800 connected_clientss
}

variable "connected_clients_evaluation_period" {
Expand Down

0 comments on commit 6ceee22

Please sign in to comment.