You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registry/coder/modules/jetbrains-gateway/main.tf
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,12 @@ variable "group" {
68
68
default=null
69
69
}
70
70
71
+
variable"embed_agent_id" {
72
+
type=bool
73
+
description="Append the agent_id to the JetBrains Gateway URL for when support for multiple agents is required."
74
+
default=false
75
+
}
76
+
71
77
variable"coder_parameter_order" {
72
78
type=number
73
79
description="The order determines the position of a template parameter in the UI/CLI presentation. The lowest order is shown first and parameters with equal order are sorted by name (ascending order)."
0 commit comments