sparse-intern-71089
11/23/2022, 5:07 PMbillowy-army-68599
pulumi.interpolate
like that, you can’t assign an output value to a string value. Try this
privateKey.apply((pem) => {
fs.writeFileSync("key.pem", pem);
})
billowy-army-68599
hallowed-printer-89159
11/23/2022, 5:27 PM