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
Yes, in a Panorama template under Network > Network Profiles, there is a particular profile type that is not currently supported by the PANOS Terraform provider and that is 'Zone Protection Profiles'
Update the provider to include support for a panos_zone_protection_profile or similiarly named resource that will allow Terraform users to create and manage Zone Protection Profiles via this provider
Describe alternatives you've considered
Manually creating a Zone Protection Profile in a Panorama template and referencing it by string in a panos_zone definition
Is your feature request related to a problem?
Yes, in a Panorama template under Network > Network Profiles, there is a particular profile type that is not currently supported by the PANOS Terraform provider and that is 'Zone Protection Profiles'
You can reference
zone_profile
as an argument for apanos_zone
but you can not actually create one with code as ofv1.11.1
https://registry.terraform.io/providers/PaloAltoNetworks/panos/1.11.1/docs/resources/zone#zone_profile
Describe the solution you'd like
Update the provider to include support for a
panos_zone_protection_profile
or similiarly named resource that will allow Terraform users to create and manage Zone Protection Profiles via this providerDescribe alternatives you've considered
Manually creating a Zone Protection Profile in a Panorama template and referencing it by string in a
panos_zone
definitionAdditional 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
The text was updated successfully, but these errors were encountered: