Skip to content

Commit

Permalink
fixed nsg protocol error
Browse files Browse the repository at this point in the history
  • Loading branch information
cshea-msft committed Oct 5, 2023
1 parent e24feee commit 708dbf9
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 @@ -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 = "*"
Expand Down

0 comments on commit 708dbf9

Please sign in to comment.