Skip to content

Commit 55d7e63

Browse files
authored
Merge pull request #62 from mikehwang/master-web-blocked
Revert "updated required security ports for azure backend"
2 parents 05ed0d1 + b34e530 commit 55d7e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/master.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ resource "azurerm_network_security_rule" "master-httpRule" {
241241
direction = "Inbound"
242242
access = "Allow"
243243
protocol = "Tcp"
244-
source_port_range = "80"
244+
source_port_range = "*"
245245
destination_port_range = "80"
246246
source_address_prefix = "*"
247247
destination_address_prefix = "*"
@@ -255,7 +255,7 @@ resource "azurerm_network_security_rule" "master-httpsRule" {
255255
direction = "Inbound"
256256
access = "Allow"
257257
protocol = "Tcp"
258-
source_port_range = "443"
258+
source_port_range = "*"
259259
destination_port_range = "443"
260260
source_address_prefix = "*"
261261
destination_address_prefix = "*"

0 commit comments

Comments
 (0)