https://pulumi.com logo
#aws
Title
f

flat-insurance-25294

01/03/2020, 1:09 PM
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.
2 Views