-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Pending] New Resource: aws_workspaces_workspace #1917
Conversation
328f3e8
to
98b0c6a
Compare
I got the below error and I couldn't api to register the directory to workspaces.
I asked aws support but they said that they could't support api to register so you had to do it from web console. So this PR is pending until aws will support it. |
Reached the same issue here: hashicorp/terraform#7806 |
looks like we have a check failing and the branch has conflicts. Has anyone had time to assess or review criticality of the failure? |
@atsushi-ishibashi are you going to be able to pick this back up or do you need someone to take it over. |
Closing this PR due to lack of response. I should note that the |
@atsushi-ishibashi @liamjbennett 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? Cam |
tl;dr: Given that there hasn't been a reply from anyone else in the last 90 days, To anyone reading this, it's highly likely that you know this issue better than I. AIUI, in order to create a workspace, using the API call The act of "registering a workspace directory" is currently described in the adminguide at [2]. Terraform automated tests require api-based environment creation/destruction, so we can't automate tests unless we have an API endpoint for creating a Workspace Directory. |
I see now that @liamjbennett replied over in An AWS rep recently replied in the aws forum [1] with some low-voltage news:
|
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
#434
I have to crawl a website which only suits IE so I'd like to add workspaces resource.
AWS API provides
CreateWorkspaces
which can create some workspaces at a time, but it's complicated to write multi workspaces in one resource like below.So I'm going to add
aws_workspaces_workspace
and for eachCreateWorkspaces
works with one element.