deploymenttheory / terraform-provider-jamfpro

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

adds a "more than" smart group criterion search type #154

Closed w0de closed 4 months ago

w0de commented 4 months ago

As on the tin. A criterion in my Jamf instance accepts this search type:

Screenshot 2024-04-02 at 7 55 52 PM

The referenced extension attribute ("Management - Shard") outputs an integer.

Strangely (due to my ignorance I imagine), when I use "greater than" for the same criterion, the GUI displays search_type "is" - but the API response shows "greater than" nonetheless. If only to avoid Jamf's GUI from lying to me, I'd like to add this search_type.

Hopefully will be able to contribute more substantially in future :)!

ShocOne commented 4 months ago

Thanks for your contribution, looking forward to working together more in the future :)