use custom descriptions

pull/88/head
Wendelin Peleska 2 years ago
parent 8d487d4836
commit 0eac6eedeb
No known key found for this signature in database

@ -268,7 +268,7 @@ data "coder_parameter" "instance_type" {
) : v if !(contains(var.exclude, v.value)) ]
content {
name = try(var.custom_names[option.value.value], option.value.name)
description = try(var.custom_names[option.value.value], option.value.description)
description = try(var.custom_descriptions[option.value.value], option.value.description)
value = option.value.value
}
}

Loading…
Cancel
Save