We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc002f commit 094b6a5Copy full SHA for 094b6a5
matlab/main.tf
@@ -61,12 +61,6 @@ data "coder_parameter" "server" {
61
value = "ssh://ctar@ctar302"
62
icon = "/icon/container.svg"
63
}
64
- option {
65
- name = "ctar303"
66
- description = "CTAR 303"
67
- value = "ssh://ctar@ctar303"
68
- icon = "/icon/container.svg"
69
- }
70
71
72
@@ -229,4 +223,4 @@ resource "coder_metadata" "workspace" {
229
223
key = "Server Name"
230
224
value = data.coder_parameter.server.option[index(data.coder_parameter.server.option.*.value, data.coder_parameter.server.value)].description
231
225
232
-}
226
+}
0 commit comments