Merge pull request #5693 from hashicorp/b-aws-ebs-domain-docs

provider/aws: Document volume_size requirement if using EBS in ElasticSearch Domain
This commit is contained in:
Clint 2016-03-17 09:03:51 -05:00
commit de1567c2e7
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.