@@ -65,10 +65,11 @@ variable "login" {
6565 volume_backed_instances: Overrides variable volume_backed_instances
6666 root_volume_size: Overrides variable root_volume_size
6767 extra_volumes: Mapping defining additional volumes to create and attach
68- Keys are unique volume name.
69- Values are a mapping with:
68+ Keys are unique volume name.
69+ Values are a mapping with:
7070 size: Size of volume in GB
71- **NB**: The order in /dev is not guaranteed to match the mapping
71+ volume_type: Optional. Type of volume, or cloud default
72+ **NB**: The order in /dev is not guaranteed to match the mapping
7273 fip_addresses: List of addresses of floating IPs to associate with
7374 nodes, in the same order as nodes parameter. The
7475 floating IPs must already be allocated to the project.
@@ -117,6 +118,7 @@ variable "compute" {
117118 Keys are unique volume name.
118119 Values are a mapping with:
119120 size: Size of volume in GB
121+ volume_type: Optional. Type of volume, or cloud default
120122 **NB**: The order in /dev is not guaranteed to match the mapping
121123 ip_addresses: Mapping of list of fixed IP addresses for nodes, keyed
122124 by network name, in same order as nodes parameter.
0 commit comments