Skip to content

Commit

Permalink
Merge pull request #1 from kabisa/comment-rename
Browse files Browse the repository at this point in the history
Update blocked-clients-variables.tf
  • Loading branch information
obeleh authored Apr 13, 2021
2 parents 5d28bf0 + 0d90916 commit 2b6b794
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blocked-clients-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ variable "blocked_clients_enabled" {
variable "blocked_clients_warning" {
type = number
default = 5
# 10 blockeds
# 5 blocked clients
}

variable "blocked_clients_critical" {
type = number
default = 10
# 20 blockeds
# 10 blocked clients
}

variable "blocked_clients_evaluation_period" {
Expand Down Expand Up @@ -44,4 +44,4 @@ variable "blocked_clients_filter_override" {
variable "blocked_clients_alerting_enabled" {
type = bool
default = true
}
}

0 comments on commit 2b6b794

Please sign in to comment.