-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
aws_workspaces_directory workspace_access_properties lacks device_type_linux setting which is available in AWS Console #17553
Comments
Hi @guydavis, thank you for raising this issue. Unfortunately, I believe we're blocked at this time by the upstream AWS API / AWS Go SDK as the property is not yet configurable programmatically (supported attributes in the API docs https://docs.aws.amazon.com/workspaces/latest/api/API_WorkspaceAccessProperties.html, supported attributes in the SDK: https://docs.aws.amazon.com/sdk-for-go/api/service/workspaces/#WorkspaceAccessProperties). |
Still unavailable in upstream; also missing from CLI v2 docs: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/workspaces/modify-workspace-access-properties.html |
This is now available in the Go SDK: https://github.com/aws/aws-sdk-go/blob/v1.38.58/service/workspaces/api.go#L11214 |
Any sense of when this can be done now that it is no longer blocked upstream? |
This functionality has been released in v3.54.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
As show in attached AWS Console allows one to enable Linux device access to an AWS Workspaces Directory, however the aws_workspaces_directory workspace_access_properties lacks device_type_linux setting. Example:
Terraform jobs with that setting fail with
Error: Unsupported argument
. Using: Plugin for provider "aws" (hashicorp/aws) 3.27.0.The text was updated successfully, but these errors were encountered: