This message was deleted.
# general
s
This message was deleted.
w
You pass the raw text of the
customData
- which you could read out of the file on disk with
fs.readFileSync('cloud-init.txt')
for example. You can see an example of this here: https://github.com/pulumi/examples/blob/master/azure-js-webserver/index.js#L50
a
got it, thanks!