PaloAltoNetworks / terraform-provider-panos

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

add support of "decryption" log type in log forwarding profiles #305

Closed rory-gmi closed 2 years ago

rory-gmi commented 2 years ago

the terraform provider currently doesn't support the "decryption" log type as a valid type in log forwarding profiles. This type was introduced in panos v10.x

example of tf code that causes the error:

resource "panos_panorama_log_forwarding_profile" "panorama" { name = "panorama-log-forwarding" description = "standard logging profile" ......

match_list { name = "Forward-Decryption-Events" log_type = "decryption" send_to_panorama = true } }

welcome-to-palo-alto-networks[bot] commented 2 years ago

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