How can we set config with a list of values in gol...
# automation-api
c
How can we set config with a list of values in golang with automation api ? Currently SetConfig expects a key and value, when providing key like “pulumi:disable-default-providers[1]” , it does not parse it as a list, but instead as a key
using “os/exec” to do it for now