-
Notifications
You must be signed in to change notification settings - Fork 955
Labels
s2Broken use cases or features (with a workaround). Only humans may set this.Broken use cases or features (with a workaround). Only humans may set this.siteArea: frontend dashboardArea: frontend dashboard
Description
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.Broken use cases or features (with a workaround). Only humans may set this.siteArea: frontend dashboardArea: frontend dashboard