terraform-provider-jamfpro icon indicating copy to clipboard operation
terraform-provider-jamfpro copied to clipboard

Jamf Pro Terraform Provider/Plugin written with the TF Provider SDK v2. Written in go

Results 20 terraform-provider-jamfpro issues
Sort by recently updated
recently updated
newest added

Hi, It seems there are new keys for the `jamfpro_account` resource in the 11.5 release of Jamf Pro: ``` ~ jss_actions_privileges = [ - "Send Device Information Command", # (81...

Intended to address the issue described [here](https://github.com/deploymenttheory/terraform-provider-jamfpro/issues/228#issuecomment-2128602653). This restores a site check to computer groups validation. I've amended the logic so that we shouldn't see any list index exceptions when/if...

With the new way that Configuration Profiles are functioning in `0.0.55`, profiles that were previously created throw warnings when running a new plan. Previously the attribute `payload` was used within...

All fields in Criteria are required for advanced computer search (if provided). Contrast to computer groups where some are optional

**This PR should not be merged before several changes are made to the repo's settings**. ## Changes - Adds an auto-version bump job to release.yml. Uses [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action). - Adds two...

Older versions of `jamfpro_computer_extension_attribute` expected an interface for `input_type`. Managing an extension attribute with older versions created Terraform state of this shape: ``` "type": "jamfpro_computer_extension_attribute", "name": "device_repair_status", "provider": "provider[\"registry.terraform.io/deploymenttheory/jamfpro\"]", "instances":...

Looking at the webhooks resource code, while I can set `authentication` to `HEADER`, I don't have the ability to set the required header. If I try to create a webhook,...

The more categories in a run, the more likely a 400 failure. ``` Error: failed to create after retries: failed to create category, error: {"status_code":400,"method":"POST","url":"***/api/v1/categories","message":"API Error Response","raw_response":""}``` Dropping parallelism to...

Jamf is using some esoteric sort order for the IDs returned by `GET api/v3/computer-prestages/{id}`. It's neither string nor integer sorting. It is also not the order match the order specified...

When trying to create a Configuration Profile in Jamf Pro that contains a Certificate payload, I consistently receive `plist line count mismatch` errors during planning. In the past these errors...