Skip to content

Hide some resources from the workspace view #3450

Closed
@bpmct

Description

@bpmct

Problem statement

The resources list on the azure VM is quite bulky and has resources that are not super relevant to the developer. It'd be great to hide specific resources from the dashboard view.

Definition of done

An admin can specify specific resources to hide from the workspace view

Idea: use coder_metadata

Screen Shot 2022-08-10 at 6 37 43 AM

resource "coder_metadata" "hide-subnet" {
  count       = data.coder_workspace.me.start_count
  resource_id = azurerm_subnet.internal.id

+ hide        = true
- item {
-   key   = "currently one key value pair is required"
-   value = "for coder_medata"
- }
}

cc @spikecurtis @dwahler

Metadata

Metadata

Assignees

Labels

apiArea: HTTP APIsiteArea: frontend dashboard

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions