@billowy-army-68599 I see your example uses runcmd's string variant. The docs I read say the list variant should also work, but I couldn't get working; cloudinit was creating /var/lib/cloud/instance/scripts/runcmd with every list item quoted:
Copy code
#!/bin/sh
'ls'
'cd' '/'
'echo' 'Hi' 'Lee'
And stuff like that. Is that a known issue? Did I create my runcmd lists incorrectly?
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.