-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Support for AWS Workspaces #10794
Comments
I have done most of the work for this here: #7806 however it was blocked due to a missing API allowing you to register your directory service for use with workspaces. |
@liamjbennett, I noted some feature announcements that I thought might mean some of the gaps in the APIs have been filled: |
@bsft-it-git sadly not. I am keeping an eye on this issue very closely and I know the missing API is on the backlog for the workspaces team. |
I work for AWS, and have a customer that would like to use terraform for workspaces. Would one of you be able to concisely describe the issue for me so that I can pass it on to the service teams? |
@cmaxwellau it’s a missing api for registration of the directory which prevents us writing tests for the terraform resources. I raised this as a forum post in 2016 with reference to the internal api: https://forums.aws.amazon.com/thread.jspa?messageID=749994򷆪 As I understand it, this may actually be more the responsibility of the ADS team not the Workspaces team. |
wot |
Any updates on this topic? |
Hi Folks 👋 Since Terraform 0.10, Terraform providers (e.g. AWS resources within Terraform) are no longer distributed as part of Terraform Core and have their own release cadence. For this issue in particular, it was migrated to hashicorp/terraform-provider-aws#434, but the comment from the GitHub bot is missing 😖. You can follow that issue for additional updates. I am going to lock this issue as it is no longer applicable to this repository and has a migrated issue for tracking. |
Support for AWS Workspaces would be great, especially since there is existing support for AWS directory service directories in Terraform. Something like:
Ideally it would be nice to also have a
aws_workspaces_bundle
resource, but I'd settle for the former.The text was updated successfully, but these errors were encountered: