provider/aws: Document volume_size requirement if using EBS in ElasticSearch Domain

This commit is contained in:
clint shryock 2016-03-17 09:00:41 -05:00
parent fea6b60f06
commit 93a1f7a41f
1 changed files with 2 additions and 1 deletions

View File

@ -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.