@@ -35,7 +35,7 @@ variable "login" {
3535 Mapping defining homogenous groups of login nodes. Multiple groups may
3636 be useful for e.g. separating nodes for ssh and Open Ondemand usage, or
3737 to define login nodes with different capabilities such as high-memory.
38-
38+
3939 Keys are names of groups.
4040 Values are a mapping as follows:
4141
@@ -45,7 +45,7 @@ variable "login" {
4545 Optional:
4646 image_id: Overrides variable cluster_image_id
4747 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
4949 volume_backed_instances: Overrides variable volume_backed_instances
5050 root_volume_size: Overrides variable root_volume_size
5151 extra_volumes: Mapping defining additional volumes to create and attach
@@ -84,7 +84,7 @@ variable "compute" {
8484 Optional:
8585 image_id: Overrides variable cluster_image_id
8686 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
8888 compute_init_enable: Toggles compute-init rebuild (see compute-init role docs)
8989 ignore_image_changes: Ignore changes to the image_id parameter (see docs/experimental/compute-init.md)
9090 volume_backed_instances: Overrides variable volume_backed_instances
0 commit comments