chang to main.tf
This commit is contained in:
parent
e80ace340d
commit
d389b6df65
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user