Skip to content

Commit 9847ce6

Browse files
committed
Fix test_cluster example.tfvars
1 parent 9b0e65a commit 9847ce6

File tree

1 file changed

+3
-3
lines changed
  • terraform/slurm_cluster/examples/slurm_cluster/test_cluster

1 file changed

+3
-3
lines changed

terraform/slurm_cluster/examples/slurm_cluster/test_cluster/example.tfvars

+3-3
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,9 @@ nodeset_dyn = []
425425

426426
partitions = [
427427
{
428-
partition_name = "debug"
429-
partition_conf = {}
430-
partition_nodes = ["n1s1", "c2s4"]
428+
partition_name = "debug"
429+
partition_conf = {}
430+
partition_nodeset = ["n1s1", "c2s4"]
431431
# Options
432432
default = true
433433
enable_job_exclusive = false

0 commit comments

Comments
 (0)