We fully automated VM-Series deployments, using this provider.
The only Terraform resource we are currently missing is the decryption profile (Objects/Decryption/Decryption Profile).
This leads to manual configurations. We are not able to scale the system dynamically.
Describe the solution you'd like
We would love to use a Terraform resource "panos_decryption_profile", so we could pass it
to "panos_decryption_rule_group".
Describe alternatives you've considered
We checked the PAN-OS SDK for Python, because we use it to commit to VM-Series.
Unfortunately, it doesn't provide the creation of a decryption profile.
Additional context
Please see this pseudo code, where I pass the desired Terraform resource to a decryption rule:
Is your feature request related to a problem?
We fully automated VM-Series deployments, using this provider. The only Terraform resource we are currently missing is the decryption profile (Objects/Decryption/Decryption Profile). This leads to manual configurations. We are not able to scale the system dynamically.
Describe the solution you'd like
We would love to use a Terraform resource "panos_decryption_profile", so we could pass it to "panos_decryption_rule_group".
Describe alternatives you've considered
We checked the PAN-OS SDK for Python, because we use it to commit to VM-Series. Unfortunately, it doesn't provide the creation of a decryption profile.
Additional context
Please see this pseudo code, where I pass the desired Terraform resource to a decryption rule: