sparse-intern-71089
09/29/2022, 2:00 PMrhythmic-notebook-8453
09/29/2022, 2:58 PMconfig
("for managing key-value pairs")
Config
is implemented in each language, eg:
https://github.com/pulumi/pulumi/tree/master/sdk/go/pulumi/config
https://github.com/pulumi/pulumi/blob/master/sdk/python/lib/pulumi/config.py
https://github.com/pulumi/pulumi/blob/master/sdk/dotnet/Pulumi/Config.cs
etc
from a quick search/glance, none of those have "set" functionsthousands-engineer-52020
09/29/2022, 8:30 PMrhythmic-notebook-8453
09/29/2022, 8:53 PM