This message was deleted.
s
This message was deleted.
w
Not via YAML. But your program itself can have the default value baked in - which is more or less equivalent to it being in Pulumi.yaml. For example
const region = config.get(“region”) || “us-west-2”.
Definitely considering offering more options for hierarchical config - see https://github.com/pulumi/pulumi/issues/2307.
b
👍