You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this isn't the place to raise documentation issues, please point me in the right direction if I need to re-raise this elsewhere.
I've just been deploying out the aws_workspace_directory resource to register with a pre-existing directory service whereby only 1 of the directory service subnets is within an AZ that supports Workspaces. This isn't an issue as you can specify the subnets to use within the resource itself, and they don't need to be the subnets in which the directory service exists i.e.
resource "aws_workspaces_directory" "ms_ds" { directory_id = "<directory_id>" subnet_ids = [ "<subnet_id#1>", "<subnet_id#2>" ] }
However the documentation for this resource states that the subnet_ids value should be:
"(Optional) The identifiers of the subnets where the directory resides."
which is incorrect as it can be any subnets you want providing the workspaces facility is supported in those zones.
Chris.
The text was updated successfully, but these errors were encountered:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Aug 21, 2020
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi There,
Apologies if this isn't the place to raise documentation issues, please point me in the right direction if I need to re-raise this elsewhere.
I've just been deploying out the aws_workspace_directory resource to register with a pre-existing directory service whereby only 1 of the directory service subnets is within an AZ that supports Workspaces. This isn't an issue as you can specify the subnets to use within the resource itself, and they don't need to be the subnets in which the directory service exists i.e.
resource "aws_workspaces_directory" "ms_ds" { directory_id = "<directory_id>" subnet_ids = [ "<subnet_id#1>", "<subnet_id#2>" ] }
However the documentation for this resource states that the subnet_ids value should be:
"(Optional) The identifiers of the subnets where the directory resides."
which is incorrect as it can be any subnets you want providing the workspaces facility is supported in those zones.
Chris.
The text was updated successfully, but these errors were encountered: