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
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: jetbrains-gateway/main.tf
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,12 @@ variable "order" {
40
40
default=null
41
41
}
42
42
43
+
variable"coder_parameter_order" {
44
+
type=number
45
+
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)."
46
+
default=null
47
+
}
48
+
43
49
variable"jetbrains_ide_versions" {
44
50
type=map(object({
45
51
build_number =string
@@ -182,6 +188,7 @@ data "coder_parameter" "jetbrains_ide" {
0 commit comments