Releases: neilmartin83/terraform-provider-axm
Releases · neilmartin83/terraform-provider-axm
Release list
v1.14.1
v1.14.0
v1.13.0
What's Changed
- chore(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 by @dependabot[bot] in #92
- feat: add organizational units data sources by @neilmartin83 in #93
Full Changelog: v1.12.0...v1.13.0
v1.12.0
v1.11.0
What's Changed
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #84
- chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #85
- fix: honor read timeout on import and delete timeout across resources by @neilmartin83 in #87
Full Changelog: v1.10.0...v1.11.0
v1.10.0
v1.9.0
1.9.0 (2026-06-07)
Features
- add missing enum constants and correct struct field types (d3b2a91)
- make common helpers generic to support named string types (c927603)
Bug Fixes
- add HTTP client timeout, token source mutex, and test cleanups (24d657b)
- add string() casts for typed enum fields in resource layer (6eb5f40)
- convert unknown plan sets to null in blueprint Create state (1425858)
- use blueprint create response data instead of separate GET calls (15fe978)
- use plan relationship data in blueprint Create state (003afbd)
v1.8.0
1.8.0 (2026-06-07)
Features
- add apple_device_management_device and apple_device_management_devices data sources (f4c974c)
- device_management_service: add read-only MdmServer attributes to resource (c186f68)
- device_management_services: add read-only MdmServer attributes to data source (2044a71)
- mdm_devices: add MdmDevice list and detail endpoints with correct Apple API models (c5caede)
Bug Fixes
v1.7.1
v1.7.0
1.7.0 (2026-06-06)
Features
- add DMS server lifecycle and default_device_assignment singleton resource (74b3d5d)
- client: expand MDM server client for API v2.1 (267d029)
Bug Fixes
- default_device_assignment: add business scope guard and accurate schema descriptions (469bb0a)
- default_device_assignment: correct Apple Vision Pro API constant and add Watch family (3201655)
- device_management_service: clear default product families before deletion (f52fef6)
- device_management_service: make device_ids Optional+Computed to prevent perpetual diff (55c216b)
- device_management_service: resolve device_ids to known value after create (65eaf92)
- device_management_service: skip family clear when server has none assigned (0a310b4)