PaloAltoNetworks / terraform-provider-prismacloud

Terraform PrismaCloud provider
https://www.terraform.io/docs/providers/prismacloud/
Mozilla Public License 2.0
54 stars 65 forks source link

Support for Enterprise Settings Audit Logs #209

Closed mtobias-getty closed 1 year ago

mtobias-getty commented 1 year ago

Is your feature request related to a problem?

Terraform provider is lagging behind the available features of the Settings API. Prisma Cloud supports the sending of console audit logs to an integration, describe on the https://pan.dev/prisma-cloud/api/cspm/update-enterprise-settings/ API page. It does not appear that the Terraform provider currently supports this setting. https://registry.terraform.io/providers/PaloAltoNetworks/prismacloud/latest/docs/data-sources/enterprise_settings

Describe the solution you'd like

Include support for the sending of audit logs to a Prisma integration via the Terraform provider.

Describe alternatives you've considered

Enabling this setting by hand in the console since the Terraform provider does not support this option.

Additional context

N/A

nikitapanw commented 1 year ago

@mtobias-getty Thanks for opening the issue, this is released with terraform version = "1.3.4" Closing the issue Thanks