fortinet / azure-templates

A set of Azure Templates for getting you started in Azure with Fortinet.
MIT License
94 stars 100 forks source link

Fortimanager Terraform - typo in 02-fortinet.tf #60

Open Sebastien-Mole-Oney opened 10 months ago

Sebastien-Mole-Oney commented 10 months ago

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

jvhoof commented 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