https://pulumi.com logo
c

cold-orange-37453

08/11/2022, 6:29 AM
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