Open Sebastien-Mole-Oney opened 10 months ago
Hi Sebastien,
That is indeed a bug in the Terraform. We had already fixed it in our beta repo: https://github.com/40net-cloud/fortinet-azure-solutions/blob/main/FortiGate/Terraform/A-Single-VM/terraform/02-fortigate.tf We will update the main repo soon.
Regards,
Joeri
Hello, While testing deployment, I noticed a typo, in Fortimanager TF deployment in the file "02-fortinet.tf" https://github.com/fortinet/azure-templates/tree/main/FortiManager/Terraform/single-1nic/terraform) /02-fortinet.tf Original : Line 103 : private_ip_address_allocation = "static" Suggest : Line 103 : private_ip_address_allocation = "Static" "Static" with upper "S" is expected