This message was deleted.
# general
s
This message was deleted.
s
Seems to be a common issue https://github.com/pulumi/pulumi/issues/1926 Perhaps related to assume-role style auth?
b
@strong-helmet-83704 the provider auth and the cli auth are different. how do you auth to aws?
s
using an sts assume-role pattern…
b
do you set the region in your stack and also in your aws profile?
s
set via env var and in the stack config
Now i see
Copy code
pulumi logs -f -v=9                                                                                                                                                               
Collecting logs for stack
But no other output
I just realized this is an experimental feature. Is there any plan to support this? it seems very useful…