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

Allow to manage access keys #295

Open hi-artem opened 1 month ago

hi-artem commented 1 month ago

Is your feature request related to a problem?

Yes! Our team would like to manage access keys in Terraform to simplify rotation.

Describe the solution you'd like

Add access key resource! There is an API for this. I added a PR to add methods to the SDK https://github.com/PaloAltoNetworks/prisma-cloud-go/pull/88.

Describe alternatives you've considered

Not acceptable.

Additional context

n/a

hi-artem commented 1 month ago

I can work on this, but would like someone from PAN to review https://github.com/PaloAltoNetworks/prisma-cloud-go/pull/88