This message was deleted.
# automation-api
s
This message was deleted.
i
after enabling / disabling modules, I did found which one was causing the issue… is it possible to give much better stacktrace, what exactly did run program?
l
Usually you would only see this error if you are running a pulumi program (ie one that makes SDK calls like
new aws.s3.Bucket(...)
) either without the CLI, or without calling
stack.up
in automation api.