Skip to content

Commit

Permalink
Check in variables to the main config file
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-y committed Nov 8, 2023
1 parent c80061d commit 3657688
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,17 @@ variable "container_max_capacity" {
default = "5"
}

variable "health_check_period" {
type = number
default = 10
description = "The interval between health checks in seconds"
}

variable "health_check_failure_threshold" {
type = number
default = 6
description = "The number of consecutive failed health checks before considering the agent unhealthy"
}

#################################################################
# DNS
Expand Down

0 comments on commit 3657688

Please sign in to comment.