Is there any easy way to pass in a slice of values...
# golang
f
Is there any easy way to pass in a slice of values into
pulumi.all
? The setup I have is that I create a list of AWS accounts from a JSON file, and then want to create a policy that uses the the IDs/Arns for all those accounts. However I'm not sure how best to pass this data in? Maybe I'm going about this the incorrect way but does anyone have best practises or how to do this?