Coder.comC
Coder.com9mo ago
16 replies
Lexa

Coder parameter form type textarea

data coder_parameter "ssh_key" {
  name         = "ssh_key"
  display_name = "SSH Key"
  description  = "Set the SSH key to use for authentication"
  form_type    = "textarea"
  default      = ""
  mutable      = true
  order        = 5
}


I have set this form type, the UI not show textarea
image.png
Was this page helpful?