This message was deleted.
s
This message was deleted.
w
If you export any kind of resource in one stack, and then
StackReference
it in another, you get only a JSON serialized object on the other side - not a fully initialized instance of the
Provider
or
Resource
.
p
Any idea of how could I export a provider? Or should I export the generated kubeconfig and create the provider in where I would reference it?
w
Currently it is not possible to export/import a
Provider
instance. Best is to export the
kubeconfig
or similar inputs needed to create the provider and then new it up in the client stacks.
p
Gotcha. Thanks 🙂