Does pulumi run in its own shell? For example ` AW...
# general
g
Does pulumi run in its own shell? For example
AWS_PROFILE=lykke ./build-local.sh && cd ./artifacts/infra && pulumi up --yes
fails with an error about aws access key yet if i run each command separately it works fine
s
Don’t unexported variables like that apply only to the first command?
But no it doesn’t run in a subshell unless you start it in one
g
even if i put the variable before the pulumi call it still fails
s
Hmm, not sure why that would be the case
Which shell are you in?
g
zsh/ohmyzsh