While trying to reproduce #16021 I added the following snippet from our [terraform provider examples](https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/parameter) 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. ```tf data "coder_parameter" "users" { name = "system_users" display_name = "System users" type = "list(string)" default = jsonencode(["root", "user1", "user2"]) } ``` https://github.com/user-attachments/assets/c1728839-4752-4d81-ad5f-ef610d439986