fortinet-azure-solutions
fortinet-azure-solutions copied to clipboard
default nva sku in terraform script does not work
Have to change it to "fortigate_vwan_nva" to make it work. the default vaule is "'fortinet-sdwan-and-ngfw' or 'fortinet-ngfw'. but it does not work.
fortinet-azure-solutions/FortiGate/AzureVirtualWAN/terraform/varible.tf
variable "fgt_sku" { default = "fortigate_vwan_nva" }
Thanks for reporting this. We will check this and update the template where needed.
Joeri