This message was deleted.
# automation-api
s
This message was deleted.
p
You can just export/import state I think?
g
We've got https://github.com/pulumi/pulumi/issues/4265 open to work on this, and there's some more information in the issue itself. Until that issue is closed, the best workaround is as @prehistoric-kite-30979 noted to export and import state in the workflow. Here's a couple Go code snippets shared by one of our engineers as examples: https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/auto#example-Stack.Import and https://gist.github.com/EvanBoyle/9e4f9ce95a40c288274566d2c3134de0
m
thanks, will look at doing the export/import for now
👍 1