deploymenttheory / terraform-provider-jamfpro

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

Update apiroles_resource.go #207

Closed mhrono closed 2 months ago

mhrono commented 2 months ago

Resource creation validation for API roles fails due to the wrong API endpoint being hit. The current version looks for account groups rather than API roles. This fixes validation to use the correct endpoint.

Fixes #208