New Features:
- Added support for creating machine catalogs for on-prem non-domain joined machines for DDC versions 2411 and higher with a functional level of 7.20 or higher. #185
- Throw an error if machines need to be put into maintenance mode before deleting the Machine Catalog. #176
- Added support for specifying autoscale settings to
citrix_delivery_group
resource without an associated machine catalog.
Bugfixes:
- Added validation to the application icon and desktop icon resources to check if there is an existing icon using the same data and prevent duplicate icons from being created via terraform. #175
- Use async for create, update and delete operations for resources. #192 , #196
- Allow
citrix_image_version.network_mapping
to be optional. #195
Other Improvements:
- Marking the
citrix_application_icon.raw_data
andcitrix_desktop_icon.raw_data
as sensitive so they do not crowd the output. - Fixed the Refresh logic for
citrix_stf_authentication_service
,citrix_stf_deployment
.roaming_beacon
andcitrix_stf_webreceiver_service
. - Removed
Computed: true
and default value of""
forgslb_url
andcallback_url
incitrix_stf_deployment
.roaming_gateway
. - Remove the
authority_id
field fromroaming_gateway
.secure_ticket_authority_urls
. - Updated the ReadMe file for the onboarding script to include instructions on how to verify whether all Citrix resources were successfully imported.
Full Changelog: v1.0.10...v1.0.11