better-zoo-17970
09/16/2021, 4:54 PMbrave-planet-10645
09/17/2021, 10:27 AMPulumi.{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 filebetter-zoo-17970
09/17/2021, 4:49 PMPulumi.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
09/20/2021, 11:30 AMpulumi config set {key} {value}
then Pulumi will automatically create the stack config file