We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: