Hi guys. Is there a way to add a new config value ...
# general
b
Hi guys. Is there a way to add a new config value via code and not via
pulumi config set
? For example,
Copy code
config = Config('gcp')
config.__setattr__('a', 'b')