gorgeous-car-25108
07/07/2022, 6:43 PMwitty-candle-66007
07/07/2022, 7:04 PMgorgeous-car-25108
07/08/2022, 4:06 AMwitty-candle-66007
07/08/2022, 1:08 PMpulumi config set goo foo
you’ll see it added to the config file as PROJECTNAME:goo
And accessing it in code is simply config = pulumi.Config()
(python)
You can create your own namespace specific config as well with pulumi config set mynamespace:goo foo
and then access that in code with config = pulumi.Config("mynamespace")
Also, the providers’ configs do have their own predefined namespace such as for aws, or azure-native providers to set region or location, etc. (e.g. pulumi config set aws:region us-east-1
)gorgeous-car-25108
07/08/2022, 1:17 PMwitty-candle-66007
07/08/2022, 5:22 PMgentle-advantage-80069
07/09/2022, 2:22 PMwitty-candle-66007
07/11/2022, 1:09 PM