From 93a1f7a41fbd354fd8969450c7a70bdf147f8a96 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Thu, 17 Mar 2016 09:00:41 -0500 Subject: [PATCH] provider/aws: Document volume_size requirement if using EBS in ElasticSearch Domain --- .../docs/providers/aws/r/elasticsearch_domain.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/elasticsearch_domain.html.markdown b/website/source/docs/providers/aws/r/elasticsearch_domain.html.markdown index 97a7c3982..dac78a87c 100644 --- a/website/source/docs/providers/aws/r/elasticsearch_domain.html.markdown +++ b/website/source/docs/providers/aws/r/elasticsearch_domain.html.markdown @@ -60,7 +60,8 @@ The following arguments are supported: * `ebs_enabled` - (Required) Whether EBS volumes are attached to data nodes in the domain * `volume_type` - (Optional) The type of EBS volumes attached to data nodes. -* `volume_size` - (Optional) The size of EBS volumes attached to data nodes. +* `volume_size` - The size of EBS volumes attached to data nodes. +**Required** if `ebs_enabled` is set to `true`. * `iops` - (Optional) The baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the Provisioned IOPS EBS volume type.