PaloAltoNetworks / terraform-provider-panos

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

Add decryption profile #405

Open t0gra opened 1 year ago

t0gra commented 1 year ago

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:

resource "panos_decryption_rule_group" "decryption" {
  rule {
    ...
    decryption_profile = panos_decryption_profile.organizational-defaults.name
  }
welcome-to-palo-alto-networks[bot] commented 1 year ago

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