Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing bandwidth_tier into io.tf Singularity example v4 #16

Open
wants to merge 1 commit into
base: v4
Choose a base branch
from

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