pspete / psPAS

PowerShell module for CyberArk Privileged Access Security REST API
https://pspas.pspete.dev
MIT License
291 stars 91 forks source link

Terraform Provider #357

Closed davekpatrick closed 1 year ago

davekpatrick commented 3 years ago

Any work or through of converting this great utility into a formal Terraform provider (https://registry.terraform.io). This would allow for a more direct and efficient way to interface with CyberArk PAS. currently you have to create null_resource with some provisioners that call poweshell (and use the psPAS module) but this functions somewhat less than idea. For example : proper state management, passing/linking data between PAS entities and other terraform resources

pspete commented 3 years ago

Nice idea @dkp-01 .... no promises, but will look into it.

pspete commented 1 year ago

Closing for now - this currently isn't feasible for the project.