Supporting io1 type

This commit is contained in:
Jack Danger Canty 2017-06-20 13:53:22 -07:00
parent 63f01039c3
commit ccb4ffde7c

View File

@ -208,7 +208,7 @@ class Database(BaseModel):
{% endif %}
{% if database.iops %}
<Iops>{{ database.iops }}</Iops>
<StorageType>standard</StorageType>
<StorageType>io1</StorageType>
{% else %}
<StorageType>{{ database.storage_type }}</StorageType>
{% endif %}