Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DektopType for Workspace #5910

Open
JuanRoeder opened this issue Nov 22, 2024 · 0 comments
Open

DektopType for Workspace #5910

JuanRoeder opened this issue Nov 22, 2024 · 0 comments

Comments

@JuanRoeder
Copy link

Current Terraform Version

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

https://console-intl.huaweicloud.com/apiexplorer/#/openapi/Workspace/doc?api=CreateDesktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant