fortinetdev / terraform-provider-fortimanager

Mozilla Public License 2.0
10 stars 9 forks source link

fortimanager_object_firewall_addrgrp global-object #20

Closed ozid closed 2 years ago

ozid commented 2 years ago

Hello,

Can you define what is:

[global_object]- Global-Object. https://registry.terraform.io/providers/fortinetdev/fortimanager/latest/docs/resources/fortimanager_object_firewall_addrgrp

Does scopetype = "global" override this option? Or should it be set ?

Thanks

lix-fortinet commented 2 years ago

Hi @ozid,

Thank you for raising this issue. global-object is an attribute of API /pm/config/firewall/addrgrp for FortiManager database v6.4 and before. It is different with scopetype = "global". If you want to apply to global database, you need to set scopetype to "global".

Thanks, Xing

ozid commented 2 years ago

Ok

Thanks you !