v1.0.3
Breaking change:
citrix_stf_roaming_gateway
andcitrix_stf_roaming_beacon
have been removed as independent resources from storefront and are now included as properties (roaming_gateway
androaming_beacon
) under thecitrix_stf_deployment
resource
New Features:
- Support
citrix_quickcreate_aws_workspaces_cloudformation_template
data source. - Support metadata for the following resources:
- Applications
- Application Groups
- Delivery Groups
- Hypervisors
- Hypervisor Resource Pools
- Machine Catalogs (including Provisioning Scheme)
- Zones (now supports metadata for Cloud)
- Added support for
Custom
access type in thecitrix_cloud_admin_user
resource. This includes new attributes such aspolicies
,scopes
, andservice_name
for more granular control. - Added support for deletion of invitations in the
citrix_cloud_admin_user
resource. - Support
citrix_cloud_okta_identity_provider
resource and data source. - Added support for
application_category_path
in thecitrix_application
resource, allowing users to organize and view applications under specific categories in Citrix Workspace App. #110 - New attribute
roaming_gateway
added to Storefront Deployment Resourcecitrix_stf_deployment
- New attribute
roaming_beacon
added to Storefront Deployment Resourcecitrix_stf_deployment
- Support
citrix_cloud_saml_identity_provider
resource and data source. - Add support to delivery group priority in
citrix_application
resource. To define the delivery group priority, either the list attributedelivery_groups
or the set attributedelivery_groups_priority
can be used.
Bugfixes:
associated_machine_catalogs
attribute incitrix_delivery_group
will be validated only if its value is known there by facilitating use of variables for the attribute.- Fix the
citrix_xenserver_hypervisor
refresh state inconsistency issue when thessl_thumprints
attribute is set tonil
. - Add validation on tenant scopes during state refresh for
citrix_machine_catalog
,citrix_delivery_group
, andcitrix_application_group
resources. - Set
Tenants
attribute to empty array in request body if it isnull
in configuration forcitrix_machine_catalog
,citrix_delivery_group
, andcitrix_application_group
resources. - Fix the
citrix_policy_set.name
attribute update state inconsistency issue. - Fix inconsistent result after apply when using Azure compute gallery image in shared subscription #117
- Fix refreshing restricted access users in delivery group
Other Improvements:
- Update the documentation for
citrix_admin_folder
resource to add an example for the admin folder with same name but different types. - Fix some validation error messages.
- Use
types.Set
for policy configurationscitrix_policy_set
resource. - Updated examples to version 1.0.2, added new deployment guides from Citrix Tech Zone.
- Use async calls for hypervisor resource queries to mitigate request timeout issue
- Fix the example in
citrix_stf_user_farm_mapping
to referencecitrix_stf_store_service
instead ofcitrix_stf_store_farm
to setprimary_farms
andbackup_farms
#114
Full Changelog: v1.0.1...v1.0.3