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

Adding checks for Smart Groups #146

Closed smithjw closed 5 months ago

smithjw commented 5 months ago

This PR should fix what I was seeing in #145. After building locally, I'm able to successfully import/plan/apply without the computers field being added to state or updated when planning.

Oh, and I'm very new to Go so if there is a better way to achieve these checks, please modify away!