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
|
location = azurerm_resource_group.rg.location
|
||||||
resource_group_name = azurerm_resource_group.rg.name
|
resource_group_name = azurerm_resource_group.rg.name
|
||||||
security_rule {
|
security_rule {
|
||||||
name = "Allow-TCP"
|
name = "Allow-SSH"
|
||||||
priority = 1000
|
priority = 1000
|
||||||
direction = "Inbound"
|
direction = "Inbound"
|
||||||
access = "Allow"
|
access = "Allow"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user