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)."
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)."
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)."
default = null
}
data"coder_parameter""dotfiles_uri"{
data"coder_parameter""dotfiles_uri"{
type = "string"
type = "string"
name = "dotfiles_uri"
name = "dotfiles_uri"
display_name = "Dotfiles URL (optional)"
display_name = "Dotfiles URL (optional)"
default = ""
default = ""
order = var.coder_parameter_order
description = "Enter a URL for a [dotfiles repository](https://dotfiles.github.io) to personalize your workspace"
description = "Enter a URL for a [dotfiles repository](https://dotfiles.github.io) to personalize your workspace"
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)."
default = null
}
locals{
locals{
#https://www.exoscale.com/pricing/
#https://www.exoscale.com/pricing/
@ -257,6 +263,7 @@ data "coder_parameter" "instance_type" {
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)."
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)."
default = null
}
locals{
locals{
zones = {
zones = {
#USCentral
#USCentral
@ -715,6 +721,7 @@ data "coder_parameter" "region" {