I tried doing that myself ```let stackConfig = ne...
# aws
f
I tried doing that myself
Copy code
let stackConfig = new pulumi.Config();
var x = stackConfig.get("sample");
x = "adding_sample";
It doesn’t write the config.