fixed nsg protocol error
This commit is contained in:
parent
e24feee41a
commit
708dbf9f80
@ -184,7 +184,7 @@ resource "azurerm_network_security_group" "vm_jump_nsg" {
|
||||
priority = 1000
|
||||
direction = "Inbound"
|
||||
access = "Allow"
|
||||
protocol = "SSH"
|
||||
protocol = "Tcp"
|
||||
source_port_range = "*"
|
||||
destination_port_range = "22"
|
||||
source_address_prefix = "*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user