sparse-intern-71089
11/28/2021, 9:09 PMlittle-cartoon-10569
11/28/2021, 9:11 PMconst location = new pulumi.Config('azure-native").require("location");
orange-kite-80991
11/28/2021, 9:28 PMorange-kite-80991
11/28/2021, 9:28 PMlittle-cartoon-10569
11/28/2021, 9:57 PMIf you are writing code that will be imported into a broader project, such as your own library of components, you should pass your library’s name to the constructor. This string is used as a namespace for all configuration keys. Similarly, if you want to access the config of another library, such as the config for a standard library like aws, you should also pass the library’s name to the constructor.
orange-kite-80991
11/28/2021, 11:18 PMorange-kite-80991
11/28/2021, 11:31 PMlittle-cartoon-10569
11/28/2021, 11:33 PMlittle-cartoon-10569
11/28/2021, 11:35 PMnew pulumi.Config('acl')
and new pulumi.Config('firewall')
, and it'll get values from those namespaces. Nothing to do with libraries...little-cartoon-10569
11/28/2021, 11:35 PMorange-kite-80991
11/28/2021, 11:43 PM