PaloAltoNetworks / terraform-provider-panos

Terraform Panos provider
https://www.terraform.io/docs/providers/panos/
Mozilla Public License 2.0
87 stars 69 forks source link

panos_zone - Zone Protection - Enable Packet Buffer Protection #424

Open rwgnr opened 5 months ago

rwgnr commented 5 months ago

Is your feature request related to a problem?

Yes, creating a new Zone in a Panorama template enables 'Packet Buffer Protection' by default, the Terraform provider does not The network resource panos_zone does not currently have support to enable or disable this setting

Describe the solution you'd like

Add an optional boolean argument on panos_zone resources to support enabling this setting such as enable_packet_buffer_protection

Describe alternatives you've considered

Enabling this setting manually after creating a new Zone via Terraform

Additional context

https://registry.terraform.io/providers/PaloAltoNetworks/panos/1.11.1/docs/resources/zone

Evaluated with: PANOS Provider v1.11.1 PANOS Software v11.0.3

rwgnr commented 5 months ago

Someone appears to have attempted to contribute this into the provider, it has not been reviewed yet https://github.com/PaloAltoNetworks/terraform-provider-panos/pull/373