Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-nimrodgab authored Jan 30, 2024
1 parent 597a65a commit 50de016
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/aws/modules/common/load_balancer/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ variable "cross_zone_load_balancing"{
default = false
description = "Select 'true' to enable cross-az load balancing. NOTE! this may cause a spike in cross-az charges."
}

variable "health_check_port" {
description = "The health check port"
type = number
Expand All @@ -60,4 +59,4 @@ variable "health_check_protocol" {
description = "The health check protocol"
type = string
default = null
}
}

0 comments on commit 50de016

Please sign in to comment.