Skip to content

UI shows blank "Template params" section #7254

Closed
@ericpaulsen

Description

@ericpaulsen

i have the following terraform variable set to sensitive, meaning it shouldn't show in the UI. if there are no variables to be shown, the Template params section should be removed entirely.

provider "coder" {
  feature_use_managed_variables = false
}

variable "use_kubeconfig" {
  sensitive   = true
}

Screenshot 2023-04-23 at 6 29 52 PM

Metadata

Metadata

Assignees

Labels

s2Broken use cases or features (with a workaround). Only humans may set this.siteArea: frontend dashboard

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions