coder / coder/parameters-playground
Playground should also display workspace tags
Open
enhancement
parameters
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.