Skip to content

Commit bb75717

Browse files
committed
Correct vnic_types var name in skeleton variables
vnic_types is now a mapping from networks to types.
1 parent e0bdcd7 commit bb75717

File tree

1 file changed

+3
-3
lines changed
  • environments/skeleton/{{cookiecutter.environment}}/tofu

1 file changed

+3
-3
lines changed

environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)