I tried doing that myself ```let stackConfig = new pulumi.Config(); var x = stackConfig.get("sample...
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.