You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform v1.9.8
on windows_amd64
+ provider registry.terraform.io/huaweicloud/huaweicloud v1.70.3
Use-cases
We are deploying more than 800 VDI using Workspace in Huawei Cloud. All of them will work with AD Authentication.
Each desktop is used by several users belonging to the same AD group, considering that it is a user with an active session at the same time.
Attempted Solutions
We trying to find the Desktop Type parameter in the resource of huaweicloud_workspace_desktop, however we didn't can to find that parameter.
Checking the source code we find that the resource calls the Workspace API using that parameter with a value encoded in DEDICATED,
however we need to use this parameter dynamically as the case may be, DEDICATED for Single-user or SHARED for Multi-user
Proposal
It requires use this parameter in order to create Single-user Desktops or Multi-user Desktops
References
You can refer to this parameter in the official documentation of the API
Current Terraform Version
Use-cases
Attempted Solutions
Proposal
References
You can refer to this parameter in the official documentation of the API
https://console-intl.huaweicloud.com/apiexplorer/#/openapi/Workspace/doc?api=CreateDesktop
The text was updated successfully, but these errors were encountered: