Hey! I have a component resource that holds a keyp...
# general
c
Hey! I have a component resource that holds a keypair. Currently, however, this gets regenerated on every stack update. Is there a trick for only generating it only once for every stack?
i
you can write a dynamic provider so that the keys generated on construction are stored in your stacks state
c
Seems I'm out of luck there 😞
i
you might be able to bend
local.Command
to your will