fixed nsg protocol error

This commit is contained in:
cshea15 2023-10-05 17:00:51 -04:00
parent e24feee41a
commit 708dbf9f80

View File

@ -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 = "*"