Terraform Configuration Web UI
A graphical interface for configuring Terraform deployments.
Generate terraform.tfvars files through a graphical interface. The UI dynamically builds forms from annotated terraform.tfvars.example files, making any Terraform template configurable without editing text files.
Included Templates
| Template | Description |
|---|---|
| existing_vpc_resources | Base AWS infrastructure: Management VPC, Transit Gateway, spoke VPCs |
| autoscale_template | Elastic FortiGate cluster with Gateway Load Balancer |
| ha_pair | Fixed Active-Passive FortiGate cluster with FGCP |
Quick Start
git clone https://github.com/FortinetCloudCSE/fortinet-ui-terraform.git
cd fortinet-ui-terraform/ui
./SETUP.sh # First time only
./RESTART.shOpen http://localhost:3000 and follow the Getting Started guide.
