I am trying to use a `Output<string>` as a `...
# general
c
I am trying to use a
Output<string>
as a
kubeconfig
for the
k8s.Provider
and I am getting this. If I instead
pulumi stack output --show-secrets kubeconfig | pbcopy
and then paste it in as a string literal in my TS code, then it works.