My <app.pulumi.com> dashboard for my stack no long...
# general
b
My app.pulumi.com dashboard for my stack no longer shows any Status links to AWS under the RESOURCES tab. I confirmed that all my resources have been created. 🙂
g
Are the console links missing from all of the resources or just some of them?
b
I think it may be due to my Pulumi.stack.yaml config file getting messed up. So maybe pulumi is unaware of the aws region?
How do I get pulumi to re-read my Pulumi.stack.yaml config file so that it knows my AWS region?
looks like
Copy code
pulumi refresh
is the answer 🙂