Hello everyone! I'm new to Pulumi, and already hit...
# getting-started
b
Hello everyone! I'm new to Pulumi, and already hit the wall. I had 30 or so resources on AWS which I tried to import to Pulumi and eventually succeeded. But then my colleague made some manual changes via AWS console and now I wanted to refresh the Pulumi state, but it says that all resources should be deleted!? Why? He only changed maybe two. I tried to find the answer in official documentation an googling about it, but found nothing that explains this behavior.
Ignore the question, found the cause. Auth wasn't right, but why it didn't say so?
It seems that it doesn't read the profile when set in yaml as aws:profile, but works when is exported through environment variable.