PaloAltoNetworks / terraform-provider-panos

Terraform Panos provider
https://www.terraform.io/docs/providers/panos/
MIT License
89 stars 71 forks source link

Implement "disable-override" feature for Panorama objects #380

Open BatD2 opened 1 year ago

BatD2 commented 1 year ago

Is your feature request related to a problem?

We need to enabled the "disable-override" feature for all deployed Panorama objects, hower it is currently not available in the panos provider.

Describe the solution you'd like

Add the disable override option all Panorama/Device Groups/Objects which currently support the feature in GUI/API, e.g. Address Objects, Address Groups Security Profiles, etc.

The feature is availabe under this object:

<disable-override>yes</disable-override>
/disable-override/member[@name='yes']

For example, here it is for an Address Object, but it is similar for all other similar objects:

/config/devices/entry[@name='localhost.localdomain']/device-group/entry[@name='DG1']/address/entry[@name='exmpl_add1']/disable-override/member[@name='yes']

welcome-to-palo-alto-networks[bot] commented 1 year ago

:tada: Thanks for opening your first issue here! Welcome to the community!

BatD2 commented 1 year ago

Hello team, any update on this? The feature is currently missing and is very importaint for our environment