Add disk_iops variable for AWS

* Setting disk_iops is required for disk_type io1
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html#EBSVolumeTypes
This commit is contained in:
Robert Fairburn
2018-10-15 09:59:35 -05:00
committed by Dalton Hubble
parent 3b44972d78
commit 0be4673e44
11 changed files with 34 additions and 0 deletions

View File

@ -4,6 +4,10 @@ Notable changes between versions.
## Latest
#### AWS
* Add `disk_iops` variable for EBS volume IOPS ([#314](https://github.com/poseidon/typhoon/pull/314))
## v1.12.1
* Kubernetes [v1.12.1](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.12.md#v1121)