Liang_FTNT

Results 99 comments of Liang_FTNT

Hi @BluetriX I will go ahead and close this case. If you have any further questions, feel free to reopen it or open a new case to let us know....

Hi @tkoeck , Thank you for bring up this issue, we will improve this feature in the future, even FOS accepts two types ip/subnet input, but in database, it is...

Hi @tkoeck, Could you try to separate interface info their own member block just like ``secondaryip`` ``` member { interface_name = "internal1" } member { interface_name = "internal2" } member...

Could you do this operation through GUI? maybe there is any internal interface not available to be added, GUI can help you to check if all of these interfaces can...

I just go through doc, argument ``member`` is used by [aggregate or redundant interface,](https://registry.terraform.io/providers/fortinetdev/fortios/latest/docs/resources/fortios_system_interface#member), I find there is an argument called "interface", could you try to set ``interface = "internal1...

Hi @tkoeck , I find this [instruction](https://docs.fortinet.com/document/fortigate/6.2.7/cookbook/100999/hardware-switch), according to what here said, adding member interface would add ``port`` in [fortios_system_virtualswitch](https://registry.terraform.io/providers/fortinetdev/fortios/latest/docs/resources/fortios_system_virtualswitch#name) resource Thanks, Maxx

Hi all, I hope you're doing well. The argument ``ip`` compatibility issue should be addressed in Terraform FOS 1.21.1. If possible, please feel free to upgrade and see if this...

Hi @zippanto , The argument netmask compatibility issue should be addressed in Terraform FOS 1.22.0. If possible, please feel free to upgrade and see if this resolves the issue. Thank...

Hi @krzysztofmaciejewskiit , Thank you so much for bringing up this question. It appears there may be a dependency relationship between your resources. Terraform usually infers dependencies based on the...

Hi @ebarrett-Ocient Thank you for bringing this issue to my attention. I was able to reproduce it, and it appears that the flag argument is hidden from the FOS CLI...