You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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:
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
The text was updated successfully, but these errors were encountered:
@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 noaws:region
setting: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:The text was updated successfully, but these errors were encountered: