Is there a way to set array config items in the ne...
# automation-api
c
Is there a way to set array config items in the new node SDK? Or is it just basic string values at the moment
l
Just basic string values. So you would need to serialize the config yourself before calling the set method. there's an issue open for this. If you find that this workaround is too much of a pain, please drop a note in here: https://github.com/pulumi/pulumi/issues/5506
c
Thanks for that