fix incorrect reference to iops property in `aws_ami` data source

This commit is contained in:
Pat Downey 2016-10-20 15:04:10 +01:00 committed by clint shryock
parent 0fe51b334c
commit 89803a2d00
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ interpolation.
will be deleted on termination.
* `block_device_mappings.#.ebs.encrypted` - `true` if the EBS volume
is encrypted.
* `block_device_mappings.#.ebs.encrypted` - `0` if the EBS volume
* `block_device_mappings.#.ebs.iops` - `0` if the EBS volume is
not a provisioned IOPS image, otherwise the supported IOPS count.
* `block_device_mappings.#.ebs.snapshot_id` - The ID of the snapshot.
* `block_device_mappings.#.ebs.volume_size` - The size of the volume, in GiB.