Panorama-Specific Resources
Always use the reference documentation to ensure correct usage of Terraform resources
for PAN-OS, when performing configuration for NGFWs via Panorama.
Within the PAN-OS Terraform provider, there are some dedicated resources
for Panorama that are separate to their NGFW counterparts.
- For example, there is a
panos_static_route_ipv4
resource to be used when configuring NGFWs directly, and a dedicatedpanos_panorama_static_route_ipv4
resource to be used when configuring NGFWs via Panorama.
There are also resources
which previously had dedicated versions for Panorama, but are now consolidated.
- For example, there was previously a
panos_security_policy
and apanorama_security_policy
. Now there is justpanos_security_policy
which will work for NGFWs with and without Panorama. When you usepanorama_security_policy
resource with Panorama, you can add Panorama-specific parameters likedevice_group
andrulebase
.