Skip to content

Deployment templates for FortiGate-VM on cloud platforms with terraform

License

Notifications You must be signed in to change notification settings

robinmordasiewicz/fortigate-terraform-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Deployment Scripts

This repository contains a set of Terraform scripts to deploy FortiGate VMs on different cloud providers. The scripts are designed to deploy a single FortiGate VM in a standalone VPC/VNet. The scripts can be easily modified to deploy multiple FortiGate VMs in an HA configuration.

Azure

az account list --query "[?name=='<YourSubscriptionName>'].id" --output tsv
az ad sp create-for-rbac --role Contributor --scopes /subscriptions/<subscription id output from previous command> --json-auth

Support

Fortinet-provided scripts in this and other GitHub projects do not fall under the regular Fortinet technical support scope and are not supported by FortiCare Support Services. For direct issues, please refer to the Issues tab of this GitHub project. For other questions related to this project, contact [email protected].

About

Deployment templates for FortiGate-VM on cloud platforms with terraform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 99.6%
  • Smarty 0.4%