Yohan460 / terraform-provider-jamf

Other
16 stars 10 forks source link

feat: add computer extension attributes resources and data sources #14

Closed forevanyeung closed 1 year ago

forevanyeung commented 1 year ago

Hi,

This PR includes a new enhancement to support Jamf computer extension attributes in the terraform provider. It utilizes new functionality added to the Jamf client in https://github.com/Yohan460/go-jamf-api/pull/10.

The text_field schema is meant to be empty since there are no configurable options, however since Terraform does not see an empty TypeSet as existing, I put in a computed element input_type that is unused. Let me know if there is a better way to do this.

Thanks

Yohan460 commented 1 year ago

Very nice @forevanyeung!! Feel free to make the PR ready for review when you think it's ready

forevanyeung commented 1 year ago

finished up the docs and a minor bug. ready for review, thanks!