Skip to content

Commit adc0708

Browse files
chkp-itaysuchkp-avivm
authored andcommitted
Load-Balancers | Changed default backend port
1 parent 3ebd771 commit adc0708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/vmss_existing_vnet/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ variable "frontend_port" {
289289
variable "backend_port" {
290290
description = "Port that will be exposed to the external Load Balance"
291291
type = string
292-
default = "8081"
292+
default = "80"
293293
}
294294

295295
variable "frontend_load_distribution" {

modules/vmss_new_vnet/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ variable "frontend_port" {
278278
variable "backend_port" {
279279
description = "Port that will be exposed to the external Load Balance"
280280
type = string
281-
default = "8081"
281+
default = "80"
282282
}
283283

284284
variable "frontend_load_distribution" {

0 commit comments

Comments
 (0)