@@ -65,10 +65,11 @@ variable "login" {
65
65
volume_backed_instances: Overrides variable volume_backed_instances
66
66
root_volume_size: Overrides variable root_volume_size
67
67
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:
70
70
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
72
73
fip_addresses: List of addresses of floating IPs to associate with
73
74
nodes, in the same order as nodes parameter. The
74
75
floating IPs must already be allocated to the project.
@@ -117,6 +118,7 @@ variable "compute" {
117
118
Keys are unique volume name.
118
119
Values are a mapping with:
119
120
size: Size of volume in GB
121
+ volume_type: Optional. Type of volume, or cloud default
120
122
**NB**: The order in /dev is not guaranteed to match the mapping
121
123
ip_addresses: Mapping of list of fixed IP addresses for nodes, keyed
122
124
by network name, in same order as nodes parameter.
0 commit comments