chang to main.tf

This commit is contained in:
cshea15 2023-10-04 09:38:56 -04:00
parent e80ace340d
commit d389b6df65

View File

@ -180,7 +180,7 @@ resource "azurerm_network_security_group" "vm_jump_nsg" {
location = azurerm_resource_group.rg.location
resource_group_name = azurerm_resource_group.rg.name
security_rule {
name = "Allow-TCP"
name = "Allow-SSH"
priority = 1000
direction = "Inbound"
access = "Allow"