little-cartoon-10569
06/15/2023, 9:45 PMpulumi stack init
, pulumi stack select
and pulumi stack tag set ...
. I'm now trying pulumi preview
(or pulumi up
) but the CLI is giving me this error message:
error: getting stack configuration: stack configuration could not be loaded from either Pulumi.yaml or the backend: no previous deployment
This is new to me. Does anyone know what causes it? Or where in the code I might find this, so I can figure it out?$ pulumi config
error: yaml: unmarshal errors:
line 22: mapping key "REDIS_ENABLED" already defined at line 16
line 23: mapping key "REQUIRE_HTTPS" already defined at line 17
Once I'd resolved the double key problem in my stack file, it worked.
The error message is a bit of a bug though