coder / coder/parameters-playground

Playground should also display workspace tags

Open
#32 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.