chore: update HCloud OS versions
This commit is contained in:
parent
8dac8d7984
commit
72503e1fe3
1 changed files with 11 additions and 6 deletions
|
@ -167,18 +167,23 @@ data "coder_parameter" "instance_os" {
|
||||||
name = "instance_os"
|
name = "instance_os"
|
||||||
display_name = "Instance OS"
|
display_name = "Instance OS"
|
||||||
description = "Which operating system should your workspace use?"
|
description = "Which operating system should your workspace use?"
|
||||||
default = "fedora-38"
|
default = "fedora-40"
|
||||||
type = "string"
|
type = "string"
|
||||||
mutable = false
|
mutable = false
|
||||||
|
|
||||||
option {
|
option {
|
||||||
name = "Fedora37"
|
name = "Fedora38"
|
||||||
value = "fedora-37"
|
value = "fedora-38"
|
||||||
}
|
}
|
||||||
|
|
||||||
option {
|
option {
|
||||||
name = "Fedora38"
|
name = "Fedora39"
|
||||||
value = "fedora-38"
|
value = "fedora-39"
|
||||||
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
name = "Fedora40"
|
||||||
|
value = "fedora-40"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -200,7 +205,7 @@ data "coder_parameter" "fleet_version" {
|
||||||
name = "fleet_version"
|
name = "fleet_version"
|
||||||
display_name = "Fleet version"
|
display_name = "Fleet version"
|
||||||
description = "Which version of Fleet should be installed?"
|
description = "Which version of Fleet should be installed?"
|
||||||
default = "1.28.117"
|
default = "1.34.94"
|
||||||
type = "string"
|
type = "string"
|
||||||
mutable = true
|
mutable = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue