Hello :wave: Pulumers! I’m running into this error...
# general
n
Hello 👋 Pulumers! I’m running into this error
Copy code
error: could not get cloud url: could not load current project: yaml: unmarshal errors:
  line 5: cannot unmarshal !!map into string
and wondering anyone else has seen this before?
g
Seems like your stack configuration file might be malformed - e.g.
Pulumi.dev.yaml
.
👀 1
n
yep that was it, ok thx @gentle-diamond-70147
👍 1
g
Mind sharing what was malformed? I think we can do a better job with that error message.
n
so i had some default configs in
Pulumi.yaml
that weren’t correct.
Copy code
password:
    secure: <pass>
☝️ i think that’s what it was
configs in that file caused the errors
g
Got it. Thanks.
n
thank you
g
Are you using a different backend then app.pulumi.com? The S3 one or something else? I don't get the same error when i put that
password: ...
in my
Pulumi.dev.yaml
.
n
correct, using S3
so something like
pulumi login s3://pulumi-<aws-accountid>-us-east-1/stack