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.
2 parents 05ed0d1 + b34e530 commit 55d7e63Copy full SHA for 55d7e63
azure/master.tf
@@ -241,7 +241,7 @@ resource "azurerm_network_security_rule" "master-httpRule" {
241
direction = "Inbound"
242
access = "Allow"
243
protocol = "Tcp"
244
- source_port_range = "80"
+ source_port_range = "*"
245
destination_port_range = "80"
246
source_address_prefix = "*"
247
destination_address_prefix = "*"
@@ -255,7 +255,7 @@ resource "azurerm_network_security_rule" "master-httpsRule" {
255
256
257
258
- source_port_range = "443"
259
destination_port_range = "443"
260
261
0 commit comments