awesome - thanks for pointing me in the right dire...
# golang
c
awesome - thanks for pointing me in the right direction @stocky-spoon-28903 yes, i’m looking at creating 8 VMs and placing them into different availability zones. I managed to do this with Terraform using some maths trickery but it doesn’t scale well. The thing i can do with pulumi is put the AZs into a slice and loop over it so it scales to as many VMs as i want (in theory). Hope that makes sense