This Terraform module deploys a highly-available FortiGate appliance in an active-passive configuration on Azure.
Terraform module of an active-passive FortiGate Azure NVA cluster.
This tool is designed for cloud architects and security professionals who need to set up a resilient FortiGate firewall cluster in Azure. It simplifies the deployment process by automating the configuration of necessary network resources and FortiGate settings.
Ensure all prerequisites are met before deployment, including proper network configuration and access permissions.
Ensure you have a resource group with Contributor access.
Create a virtual network with four subnets and pre-configured routing.
Set up a managed identity with access to the network objects.
module "fortigate" { source = "github.com/RedeployAB/terraform-azurerm-fortigate-ha?ref=v0.1.0" }
This command initializes the FortiGate module from the specified GitHub repository.