i have the following terraform variable set tosensitive
, meaning it shouldn't show in the UI. if there are no variables to be shown, theTemplate params
section should be removed entirely.
provider "coder" { feature_use_managed_variables = false}variable "use_kubeconfig" { sensitive = true}
