Skip to content

template editor: no feedback for the template build #16022

Closed
@matifali

Description

@matifali

While trying to reproduce #16021 I added the following snippet from our terraform provider examples to our dogfood template and noticed the build doesn't work and no feedback or error is displayed. I've attached a screen recording of the issue.

data "coder_parameter" "users" {
  name         = "system_users"
  display_name = "System users"
  type         = "list(string)"
  default      = jsonencode(["root", "user1", "user2"])
}
Screen.Recording.2025-01-03.at.14.53.33.mov

Metadata

Metadata

Assignees

Labels

s2Broken use cases or features (with a workaround). Only humans may set this.siteArea: frontend dashboard

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions