Skip to content

Playground should also display workspace tags #32

@Emyrk

Description

@Emyrk

Coder allows provisioner tags. Displaying these would be very helpful to understand the impact of parameters on where a workspace will land.

data "coder_workspace_tags" "custom_workspace_tags" {
  tags = {
    "zone" = data.coder_parameter.region.value
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions