diff --git a/terraform/aws/modules/common/load_balancer/variables.tf b/terraform/aws/modules/common/load_balancer/variables.tf index e47d9d35..7cc6464e 100755 --- a/terraform/aws/modules/common/load_balancer/variables.tf +++ b/terraform/aws/modules/common/load_balancer/variables.tf @@ -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 @@ -60,4 +59,4 @@ variable "health_check_protocol" { description = "The health check protocol" type = string default = null -} \ No newline at end of file +}