We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebd771 commit adc0708Copy full SHA for adc0708
modules/vmss_existing_vnet/variables.tf
@@ -289,7 +289,7 @@ variable "frontend_port" {
289
variable "backend_port" {
290
description = "Port that will be exposed to the external Load Balance"
291
type = string
292
- default = "8081"
+ default = "80"
293
}
294
295
variable "frontend_load_distribution" {
modules/vmss_new_vnet/variables.tf
@@ -278,7 +278,7 @@ variable "frontend_port" {
278
279
280
281
282
283
284
0 commit comments