Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin authored Jan 18, 2024
1 parent ac9f0f9 commit 20161f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -723,19 +723,19 @@ variable "enable_sysctl_config_in_eks" {
}

variable "tcp_keepalive_time" {
description = "Sets net.ipv4.tcp_keepalive_time (seconds), enable via 'enable_sysctl_config'."
description = "Sets net.ipv4.tcp_keepalive_time (seconds)."
type = number
default = 200
}

variable "tcp_keepalive_intvl" {
description = "Sets net.ipv4.tcp_keepalive_intvl (seconds), enable via 'enable_sysctl_config'."
description = "Sets net.ipv4.tcp_keepalive_intvl (seconds)."
type = number
default = 30
}

variable "tcp_keepalive_probes" {
description = "Sets net.ipv4.tcp_keepalive_probes (number), enable via 'enable_sysctl_config'."
description = "Sets net.ipv4.tcp_keepalive_probes (number)."
type = number
default = 2
}
}

0 comments on commit 20161f2

Please sign in to comment.