As a specefic example, I have a group of subnets that are all used for the same thing, but are spread across multiple availabililty zones.
I'd like to be able to reference all of them as a list, so that I could do something like aws_subnet.myname[*].id
to get all the subnet ids for that group of subnets.
Is there any way to do something like this?