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: .sample/main.tf
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
coder={
6
6
source ="coder/coder"
7
-
version =">= 0.12"
7
+
version =">= 0.17"
8
8
}
9
9
}
10
10
}
@@ -50,6 +50,12 @@ variable "mutable" {
50
50
description="Whether the parameter is mutable."
51
51
default=true
52
52
}
53
+
54
+
variable"order" {
55
+
type=number
56
+
description="The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order)."
Copy file name to clipboardExpand all lines: code-server/main.tf
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
coder={
6
6
source ="coder/coder"
7
-
version =">= 0.12"
7
+
version =">= 0.17"
8
8
}
9
9
}
10
10
}
@@ -77,6 +77,12 @@ variable "share" {
77
77
}
78
78
}
79
79
80
+
variable"order" {
81
+
type=number
82
+
description="The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order)."
Copy file name to clipboardExpand all lines: filebrowser/main.tf
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
coder={
6
6
source ="coder/coder"
7
-
version =">= 0.12"
7
+
version =">= 0.17"
8
8
}
9
9
}
10
10
}
@@ -52,6 +52,12 @@ variable "share" {
52
52
}
53
53
}
54
54
55
+
variable"order" {
56
+
type=number
57
+
description="The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order)."
Copy file name to clipboardExpand all lines: jetbrains-gateway/main.tf
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
coder={
6
6
source ="coder/coder"
7
-
version =">= 0.11"
7
+
version =">= 0.17"
8
8
}
9
9
}
10
10
}
@@ -34,6 +34,12 @@ variable "default" {
34
34
description="Default IDE"
35
35
}
36
36
37
+
variable"order" {
38
+
type=number
39
+
description="The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order)."
Copy file name to clipboardExpand all lines: jupyter-notebook/main.tf
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
coder={
6
6
source ="coder/coder"
7
-
version =">= 0.12"
7
+
version =">= 0.17"
8
8
}
9
9
}
10
10
}
@@ -36,6 +36,12 @@ variable "share" {
36
36
}
37
37
}
38
38
39
+
variable"order" {
40
+
type=number
41
+
description="The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order)."
Copy file name to clipboardExpand all lines: jupyterlab/main.tf
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
coder={
6
6
source ="coder/coder"
7
-
version =">= 0.12"
7
+
version =">= 0.17"
8
8
}
9
9
}
10
10
}
@@ -36,6 +36,12 @@ variable "share" {
36
36
}
37
37
}
38
38
39
+
variable"order" {
40
+
type=number
41
+
description="The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order)."
Copy file name to clipboardExpand all lines: vscode-desktop/main.tf
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
coder={
6
6
source ="coder/coder"
7
-
version =">= 0.12"
7
+
version =">= 0.17"
8
8
}
9
9
}
10
10
}
@@ -20,6 +20,12 @@ variable "folder" {
20
20
default=""
21
21
}
22
22
23
+
variable"order" {
24
+
type=number
25
+
description="The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order)."
Copy file name to clipboardExpand all lines: vscode-web/main.tf
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
coder={
6
6
source ="coder/coder"
7
-
version =">= 0.12"
7
+
version =">= 0.17"
8
8
}
9
9
}
10
10
}
@@ -85,6 +85,12 @@ variable "telemetry_level" {
85
85
}
86
86
}
87
87
88
+
variable"order" {
89
+
type=number
90
+
description="The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order)."
0 commit comments