Skip to content

Commit ec3dc53

Browse files
committed
add validation for nodegroup name clashes
1 parent 5a2db27 commit ec3dc53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environments/site/tofu/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ variable "compute" {
107107
Mapping defining homogenous groups of compute nodes. Groups are used
108108
in Slurm partition definitions.
109109
110-
Keys are names of groups. Keys cannot be 'compute', 'login', 'control' or 'default'.
110+
Keys are names of groups. Keys cannot be 'compute', 'login', 'control' or 'default'
111+
or be the same as keys in the login variable.
111112
Values are a mapping as follows:
112113
113114
Required:

0 commit comments

Comments
 (0)