After a long time not using Pulumi, I came back to...
# install
k
After a long time not using Pulumi, I came back to create a new project. I started out with
pulumi new aws-typescript
and that created the project with no problems, but now when I try to login/logout/up or wte I get this following message
error: could not determine current cloud: could not load current project: yaml: line 3: mapping values are not allowed in this context
Anyone faced this issue before?
1
So this was because I had a 'typo' in the Pulumi.yaml file, wasn't clear where the error was.