Coder allows provisioner tags. Displaying these would be very helpful to understand the impact of parameters on where a workspace will land. ```terraform data "coder_workspace_tags" "custom_workspace_tags" { tags = { "zone" = data.coder_parameter.region.value } } ```