little-cartoon-10569
05/14/2021, 4:45 AMwarning: urn😛ulumi:stack😛roject:aws:PublicProxy$cloudinit:index/config:Config::stack verification warning: Deprecated ResourceI can't see it in the code anywhere, and there's no additional info.
billowy-army-68599
05/14/2021, 5:02 AMget
methods:
cloudinit.getConfig
little-cartoon-10569
05/14/2021, 5:03 AMasync: true
.. that's all old and stuff, right?#!/bin/sh
'ls'
'cd' '/'
'echo' 'Hi' 'Lee'
And stuff like that. Is that a known issue? Did I create my runcmd lists incorrectly?
runcmd: [
[ "ls" ],
[ "cd", "/" ],
[ "echo", "Hi", "Lee" ]
]