Skip to content

Commit

Permalink
FMG: TF corrected port number dev reg
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed Nov 13, 2024
1 parent 3098064 commit 2115559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FortiManager/Terraform/ha/terraform/02-fortinet.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "azurerm_network_security_rule" "fmgnsgallowdevregin" {
access = "Allow"
protocol = "Tcp"
source_port_range = "*"
destination_port_range = "514"
destination_port_range = "541"
source_address_prefix = "*"
destination_address_prefix = "*"
}
Expand Down
2 changes: 1 addition & 1 deletion FortiManager/Terraform/single/terraform/02-fortinet.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "azurerm_network_security_rule" "fmgnsgallowdevregin" {
access = "Allow"
protocol = "Tcp"
source_port_range = "*"
destination_port_range = "514"
destination_port_range = "541"
source_address_prefix = "*"
destination_address_prefix = "*"
}
Expand Down

0 comments on commit 2115559

Please sign in to comment.