Supporting io1 type
This commit is contained in:
parent
63f01039c3
commit
ccb4ffde7c
@ -208,7 +208,7 @@ class Database(BaseModel):
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if database.iops %}
|
{% if database.iops %}
|
||||||
<Iops>{{ database.iops }}</Iops>
|
<Iops>{{ database.iops }}</Iops>
|
||||||
<StorageType>standard</StorageType>
|
<StorageType>io1</StorageType>
|
||||||
{% else %}
|
{% else %}
|
||||||
<StorageType>{{ database.storage_type }}</StorageType>
|
<StorageType>{{ database.storage_type }}</StorageType>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user