From 211555992230b1a6e1dd7b5c8d27e599fa7a97f2 Mon Sep 17 00:00:00 2001 From: Joeri Van Hoof Date: Wed, 13 Nov 2024 11:00:47 +0100 Subject: [PATCH] FMG: TF corrected port number dev reg --- FortiManager/Terraform/ha/terraform/02-fortinet.tf | 2 +- FortiManager/Terraform/single/terraform/02-fortinet.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FortiManager/Terraform/ha/terraform/02-fortinet.tf b/FortiManager/Terraform/ha/terraform/02-fortinet.tf index 376ce5e9..0ab82dd9 100644 --- a/FortiManager/Terraform/ha/terraform/02-fortinet.tf +++ b/FortiManager/Terraform/ha/terraform/02-fortinet.tf @@ -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 = "*" } diff --git a/FortiManager/Terraform/single/terraform/02-fortinet.tf b/FortiManager/Terraform/single/terraform/02-fortinet.tf index 49453703..17ce90d0 100644 --- a/FortiManager/Terraform/single/terraform/02-fortinet.tf +++ b/FortiManager/Terraform/single/terraform/02-fortinet.tf @@ -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 = "*" }