sparse-intern-71089
12/04/2023, 11:38 AMdry-keyboard-94795
12/04/2023, 12:17 PMdry-keyboard-94795
12/04/2023, 12:19 PMpolite-thailand-95968
12/04/2023, 12:37 PMpulumi up
without a stack just because it’s using @pulumi/docker? That’s the part that I found confusing about the setup of the code there.dry-keyboard-94795
12/04/2023, 12:39 PMpolite-thailand-95968
12/04/2023, 12:45 PMpolite-thailand-95968
12/04/2023, 12:45 PMdry-keyboard-94795
12/04/2023, 12:54 PMpulumi stack init zephyr/developer-name --copy-config-from zephyr/dev
The dev
stack will be stored in pulumi cloud, which means someone has done pulumi up -s zephyr/dev
at some point. The stack file doesn't necessarily need to be stored alongside the code.polite-thailand-95968
12/04/2023, 12:55 PMsalmon-account-74572
12/05/2023, 5:13 PMpulumi stack init <name>
in the directory with the local testing code, to create your own stack (and that stack could be on Pulumi Cloud or on a self-managed backend). Using --copy-config-from zephyr/dev
won’t work for you because you don’t have access to the “zephyr” organization on Pulumi Cloud. 🙂polite-thailand-95968
12/07/2023, 10:09 AMserve
).