deploymenttheory / terraform-provider-jamfpro

Jamf Pro Terraform Provider/Plugin written with the TF Provider SDK v2. Written in go
Mozilla Public License 2.0
22 stars 8 forks source link

Feature Request: Add support for restricted software records #211

Closed mhrono closed 1 month ago

mhrono commented 1 month ago

Relevant jamf API docs (classic): https://developer.jamf.com/jamf-pro/reference/restrictedsoftware

Why? Because managing anything manually is frustrating! 🤣 Joking aside, I'd like for my team or others to be able to add/change/remove restricted software records with a PR rather than having to make manual changes in jamf. This would also provide proper revision history and an audit trail.

ShocOne commented 1 month ago

Happy to bring this into scope for the next release / the release after. The sdk has coverage for these endpoints so it's simply a case of implementing the tf provider functionality.

ShocOne commented 1 month ago

this has been included in release v0.0.53 . thanks