Skip to content

Conversation

thiagogenez
Copy link

bandwidth_tier is missing on the partition variable of the singularity example v4 module. As a result, the following error comes up:

╷
│ Error: Invalid value for input variable
│ 
│   on main.tf line 35, in module "slurm_cluster_network":
│   35:   partitions                    = var.partitions
│ 
│ The given value is not suitable for
│ module.slurm_cluster_network.var.partitions declared at
│ ../../modules/network/io.tf:70,1-22: incorrect list element type: attribute
│ "bandwidth_tier" is required.
╵
╷
│ Error: Invalid value for input variable
│ 
│   on main.tf line 62, in module "slurm_cluster_controller":
│   62:   partitions                    = var.partitions
│ 
│ The given value is not suitable for
│ module.slurm_cluster_controller.var.partitions declared at
│ ../../modules/controller/io.tf:149,1-22: incorrect list element type:
│ attribute "bandwidth_tier" is required.
╵
╷
│ Error: Invalid value for input variable
│ 
│   on main.tf line 113, in module "slurm_cluster_compute":
│  113:   partitions                 = var.partitions
│ 
│ The given value is not suitable for
│ module.slurm_cluster_compute.var.partitions declared at
│ ../../modules/compute/io.tf:59,1-22: incorrect list element type: attribute
│ "bandwidth_tier" is required.
╵
ERRO[0037] 1 error occurred:
        * exit status 1

bandwidth_tier is missing on partition variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant