Skip to content

Commit

Permalink
idle timeout not relevant for NLB
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Nov 10, 2023
1 parent c2f28e1 commit 87db9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ variable "region" {
variable "idle_timeout" {
type = string
description = "The time in seconds that the connection is allowed to be idle."
default = null
}
variable "existing_bucket_name" {
type = string
Expand Down

0 comments on commit 87db9ca

Please sign in to comment.