docs icon indicating copy to clipboard operation
docs copied to clipboard

Clarify the reference to `aws:region` in the namespaced-config docs

Open cnunciato opened this issue 1 year ago • 0 comments

@thomas11 pointed out that in the docs for accessing namespaced configuration, we mention how to do the lookup, but don't make it clear where the setting is that's being looked up.

This is made more confusing when the selected language is YAML because the program file contains a config section, but no aws:region setting:

image

We should clarify that these snippets all assume the existence of a stack-config file (Pulumi.dev.yaml for example) that looks something like this:

config:
  aws:region: us-west-2

cnunciato avatar Jun 27 '24 23:06 cnunciato