PaloAltoNetworks / terraform-provider-panos

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

add panos_ssl_decrypt_exclude_certificate_entry resource #348

Closed thu-strike closed 2 years ago

thu-strike commented 2 years ago

Description

add resource panos_ssl_decrypt_exclude_certificate_entry which manages SSL Decrypt Exclusion setting without toching other SSL decrypt settings

Motivation and Context

342

this is an update of https://github.com/PaloAltoNetworks/terraform-provider-panos/pull/345

How Has This Been Tested?

Tested using the resource to modify ssl decryption exclusion with exsiting forward_trust_certificate_rsa and other ssl drcrypt settings, nothing gets changed except ssl decryption exclusion setting. Tested create, update, delete. All working correctly (only changing ssl decrption exclusion) Tested with resource ssl_decrypt, working as expected.

Types of changes

Checklist

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

:tada: Thanks for opening this pull request! We really appreciate contributors like you! :raised_hands:

shinmog commented 2 years ago

added this, so closing out this PR