@@ -35,7 +35,7 @@ variable "login" {
35
35
Mapping defining homogenous groups of login nodes. Multiple groups may
36
36
be useful for e.g. separating nodes for ssh and Open Ondemand usage, or
37
37
to define login nodes with different capabilities such as high-memory.
38
-
38
+
39
39
Keys are names of groups.
40
40
Values are a mapping as follows:
41
41
@@ -45,7 +45,7 @@ variable "login" {
45
45
Optional:
46
46
image_id: Overrides variable cluster_image_id
47
47
extra_networks: List of mappings in same format as cluster_networks
48
- vnic_type : Overrides variable vnic_type
48
+ vnic_types : Overrides variable vnic_types
49
49
volume_backed_instances: Overrides variable volume_backed_instances
50
50
root_volume_size: Overrides variable root_volume_size
51
51
extra_volumes: Mapping defining additional volumes to create and attach
@@ -84,7 +84,7 @@ variable "compute" {
84
84
Optional:
85
85
image_id: Overrides variable cluster_image_id
86
86
extra_networks: List of mappings in same format as cluster_networks
87
- vnic_type : Overrides variable vnic_type
87
+ vnic_types : Overrides variable vnic_types
88
88
compute_init_enable: Toggles compute-init rebuild (see compute-init role docs)
89
89
ignore_image_changes: Ignore changes to the image_id parameter (see docs/experimental/compute-init.md)
90
90
volume_backed_instances: Overrides variable volume_backed_instances
0 commit comments