Skip to content

Commit

Permalink
delete default values for listener and target ports
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Dec 4, 2023
1 parent bd814b8 commit 47054d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/ionos-network-loadbalancer/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,11 @@ variable "node_nlb_lan_ips" {
variable "nlb_listener_port" {
type = number
description = "Listening (inbound) port number"
default = 22
}

variable "nlb_target_port" {
type = string
description = "The port of the balanced target service; valid range is 1 to 65535 used in target group"
default = 30022
}

variable "nlb_target_health_check_timeout" {
Expand Down

0 comments on commit 47054d8

Please sign in to comment.