From 0326d543666876e6011ce747cc10ea576b874c68 Mon Sep 17 00:00:00 2001 From: stack72 Date: Thu, 7 Jul 2016 13:39:20 +0100 Subject: [PATCH] provider/aws: `directory_service_directory` documentation Fixes #4648 The AWS Console shows that 2 subnets are required - not a minimum --- .../providers/aws/r/directory_service_directory.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/directory_service_directory.html.markdown b/website/source/docs/providers/aws/r/directory_service_directory.html.markdown index 83f07649b..deb6fcb00 100644 --- a/website/source/docs/providers/aws/r/directory_service_directory.html.markdown +++ b/website/source/docs/providers/aws/r/directory_service_directory.html.markdown @@ -57,14 +57,14 @@ The following arguments are supported: **vpc\_settings** supports the following: -* `subnet_ids` - (Required) The identifiers of the subnets for the directory servers (min. 2 subnets in 2 different AZs). +* `subnet_ids` - (Required) The identifiers of the subnets for the directory servers (2 subnets in 2 different AZs). * `vpc_id` - (Required) The identifier of the VPC that the directory is in. **connect\_settings** supports the following: * `customer_username` - (Required) The username corresponding to the password provided. * `customer_dns_ips` - (Required) The DNS IP addresses of the domain to connect to. -* `subnet_ids` - (Required) The identifiers of the subnets for the directory servers (min. 2 subnets in 2 different AZs). +* `subnet_ids` - (Required) The identifiers of the subnets for the directory servers (2 subnets in 2 different AZs). * `vpc_id` - (Required) The identifier of the VPC that the directory is in. ## Attributes Reference