Skip to content

Commit

Permalink
chang to main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
cshea-msft committed Oct 4, 2023
1 parent e80ace3 commit d389b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/201-azfw-with-ipgroups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d389b6d

Please sign in to comment.