Terraform Modules for Deploying FortiGate VMs on Azure
- applb_gwlb_fgtasg
- single_fgt
- extlb_fgtasg_intlb
You can find the design diagram for the selected example in the docs directory.
Before deploying an example, users should review the terraform.tfvars.template file located in the target example directory, (e.g. examples/terraform.tfvars.template). This ensures that all required values (especially the values marked as "YOUR_OWN_VALUE") are provided and allows for adjustments to settings according to the specific needs of the project.
Use as a remote module
-
Navigate to the example folder (e.g.,
examples/applb_gwlb_fgtasg). -
Review the variables in the target file and provide all the required values in it.
-
Rename the file
terraform.tfvars.templatetoterraform.tfvars. -
Run the following commands:
terraform init terraform apply
Open an issue if you have any questions open an issue
License © Fortinet Technologies. All rights reserved.