deploymenttheory / terraform-provider-jamfpro

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

Feature Request: Add support for new keys in jamfpro_account #260

Open ecanault opened 1 month ago

ecanault commented 1 month ago

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 unchanged elements hidden)
  ]
~ jss_settings_privileges   = [
    - "Read Login Disclaimer",
    - "Read Remote Assist",
    - "Update Login Disclaimer",
    - "Update Remote Assist",
      # (78 unchanged elements hidden)
  ]

Thanks!

ShocOne commented 1 month ago

Work has started today on updating the sdk to support 11.5. this will also include updating the provider to support relevant new permissions as per your ask. Thanks