This message was deleted.
# getting-started
s
This message was deleted.
b
The configs are set as part of the stack config (so
Pulumi.{stackname}.yaml
) - the config in the main
Pulumi.yaml
file are for defaults. You can set config by running
pulumi config set {key} {value}
which will write them to the stack config file
b
“the config in the main 
Pulumi.yaml
 file are for defaults.” but those defaults are never used? how do i use the defaults? do i need to enter a empty config in Pulumi.{stackname}.yaml ?
@brave-planet-10645
b
If you do
pulumi config set {key} {value}
then Pulumi will automatically create the stack config file