Hi all! Anyone knows why for some stacks, generat...
# general
p
Hi all! Anyone knows why for some stacks, generating the configuration file using
pulumi config refresh
works, and for other existing stacks, it generates an empty config file (while the original configuration has many config parameters)? Any links/resources/help is appreciated! Example:
Copy code
# Pulumi.yaml
echo "name: <<my-project-name>>" > Pulumi.yaml
echo "runtime: nodejs" >> Pulumi.yaml

# Pulumi.<<my-stack-name>>.yaml
pulumi stack select <<my-org-name>>/<<my-project-name>>/<<my-stack-name>>
pulumi config refresh