Skip to content

Commit

Permalink
update defaults to matlab r2024a
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Jul 22, 2024
1 parent 63d4942 commit d767e22
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions matlab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data "coder_parameter" "server" {
display_name = "Server"
icon = "/icon/container.svg"
description = "Choose server"
default = "ssh://ctar@ctar301"
default = "ssh://ctar@ctar401"
type = "string"
mutable = false
order = 1
Expand Down Expand Up @@ -49,18 +49,6 @@ data "coder_parameter" "server" {
value = "ssh://ctar@ctar405"
icon = "/icon/container.svg"
}
option {
name = "ctar301"
description = "CTAR 301"
value = "ssh://ctar@ctar301"
icon = "/icon/container.svg"
}
option {
name = "ctar302"
description = "CTAR 302"
value = "ssh://ctar@ctar302"
icon = "/icon/container.svg"
}
}


Expand Down Expand Up @@ -166,7 +154,7 @@ data "coder_parameter" "matlab_version" {
display_name = "MATLAB Version"
icon = "/icon/matlab.svg"
description = "Choose MATLAB Version"
default = "r2023a"
default = "r2024a"
type = "string"
mutable = false
order = 1
Expand Down Expand Up @@ -244,4 +232,4 @@ resource "coder_metadata" "workspace" {
key = "Server Name"
value = data.coder_parameter.server.option[index(data.coder_parameter.server.option.*.value, data.coder_parameter.server.value)].description
}
}
}

0 comments on commit d767e22

Please sign in to comment.