You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is possibility to enable/disable Packet Buffer Protection or it's enabled by default (as in web UI).
Current behavior
Zones external, internal, mgmt were created implicitly while configuring interfaces and option Packet Buffer Protection is enabled.
Zones Trust-L3 and Untrust-L3 were configured directly by resource panos_zone and option Packet Buffer Protection is disabled.
Anything else to add?
The text was updated successfully, but these errors were encountered:
Describe the bug
While configuring zones using module
zone
resourcepanos_zone
is not configuring Packet Buffer Protection, which by default is enabled for every zone created from UI in PANOS. Moreover that option is not present in panos provider: https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/zone.Module Version
No release at this moment, commit 96fd53d
Terraform version
1.4.5
Expected behavior
There is possibility to enable/disable Packet Buffer Protection or it's enabled by default (as in web UI).
Current behavior
Zones
external
,internal
,mgmt
were created implicitly while configuring interfaces and option Packet Buffer Protection is enabled.Zones
Trust-L3
andUntrust-L3
were configured directly by resourcepanos_zone
and option Packet Buffer Protection is disabled.Anything else to add?
The text was updated successfully, but these errors were encountered: