Liang_FTNT

Results 104 comments of Liang_FTNT

Hi @dandbr Thank you for providing your configuration, In your latest code, I changed the service.name from "all" to "ALL", then everything works well on my side by using FortiOS...

Hi @fungy01 , Thank you for raising this issue. May I know which FGT and terraform version are you using, since on my side, it works as expected. Thanks, Maxx

Hi @jzamanski-pm , Thank you for raising this issue, reproduced on fortios 7.2.5, name should be a required argument, I have reported it the development team for advice. Thanks, Maxx

Hi @mathieubrun , Thank you for your testing script, I run it on my local environment, every module is created less than 1 second, I guess there may be some...

Hi @mathieubrun , I tried update part, result looks good to me. ``` fortios_firewall_security_policyseq.sample_sequence_290: Modifications complete after 0s [id=224] fortios_firewall_security_policyseq.sample_sequence_291: Modifying... [id=38] fortios_firewall_security_policyseq.sample_sequence_291: Modifications complete after 1s [id=8] fortios_firewall_security_policyseq.sample_sequence_292: Modifying......

Hi @mathieubrun , It seems Terraform works well on my side, Do you find any other potential reason to cause this issue? Thank, Maxx

Hi @p-v-a , Thank you for raising this question, we have a resource called [fortios_firewall_securitypolicy_sort](https://registry.terraform.io/providers/fortinetdev/fortios/latest/docs/resources/fortios_firewall_securitypolicy_sort) to sort policies by policyid or name ascendingly, ascendingly or in a manual order. here...

Thank you for raising this flaw in our documents, sorry for the confusing, I will report that to the development team for improvement, Thank you again for pointing that out.

Hi @rijnier , Thank you for raising this question, we can set ``create_before_destroy = true`` to solve this problem like: ``` resource "fortios_firewall_address" "test2" { name = "maxx_test" type =...

Hi @abringard , Thank you for raising this issue. May I know your environment information such as FOS version, Terraform version, config file? you are free to hide any private...