can you get a config value from another namespace ...
# general
s
can you get a config value from another namespace (i.e. aws:region)?
p
yep
in case of python, it would be simple:
Copy code
pulumi.Config("aws").get("region")
pulumi.Config
has optional
name
parameter:
The configuration bag’s logical name that uniquely identifies it. If not provided, the name
of the current project is used.
unless you meant something else by “namespace” and I misunderstood you
s
nope, that is what i was looking for
i saw the name parameter, but the documentation was not clear that name == namespace