Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai committed Feb 8, 2023
1 parent 6ce7953 commit 2e8b8cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ resource "azurerm_network_security_rule" "deny_all_inbound_1" {
resource "azurerm_network_security_rule" "allow_management_outbound_1" {
name = "allow_management_outbound"
priority = 102
priority = 110
direction = "Outbound"
access = "Allow"
protocol = "Tcp"
Expand Down Expand Up @@ -2007,7 +2007,7 @@ resource "azurerm_network_security_rule" "deny_all_inbound_2" {
resource "azurerm_network_security_rule" "allow_management_outbound_2" {
name = "allow_management_outbound"
priority = 102
priority = 110
direction = "Outbound"
access = "Allow"
protocol = "Tcp"
Expand Down Expand Up @@ -2242,7 +2242,7 @@ resource "azurerm_network_security_rule" "deny_all_inbound_3" {
resource "azurerm_network_security_rule" "allow_management_outbound_3" {
name = "allow_management_outbound"
priority = 102
priority = 110
direction = "Outbound"
access = "Allow"
protocol = "Tcp"
Expand Down

0 comments on commit 2e8b8cb

Please sign in to comment.