Skip to content

Commit

Permalink
Back to disabled workdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensho committed Oct 12, 2020
1 parent 9165fe1 commit e5910ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion aws/resource_aws_workspaces_directory.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func resourceAwsWorkspacesDirectoryCreate(d *schema.ResourceData, meta interface
input := &workspaces.RegisterWorkspaceDirectoryInput{
DirectoryId: aws.String(directoryId),
EnableSelfService: aws.Bool(false), // this is handled separately below
EnableWorkDocs: aws.Bool(true),
EnableWorkDocs: aws.Bool(false),
Tenancy: aws.String(workspaces.TenancyShared),
Tags: tags,
}
Expand Down
2 changes: 0 additions & 2 deletions website/docs/r/workspaces_directory.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ description: |-

Provides a WorkSpaces directory in AWS WorkSpaces Service.

-> **Note:** WorkDocs service is enabled and respective site created by default. If you don't need WorkDocs for your workspaces, please [delete it manually within AWS Management Console](https://docs.aws.amazon.com/workdocs/latest/adminguide/manage-sites.html#awsui-expandable-section-9-trigger).

## Example Usage

```hcl
Expand Down

0 comments on commit e5910ae

Please sign in to comment.