Hi, I'm pretty sure this should be a standard use ...
# golang
q
Hi, I'm pretty sure this should be a standard use pattern, but I cannot find any examples anywhere. I have an
[]*ec2.Subnet
array, and want to write a simple filter based on tags. The problem is, that filtering needs to happen inside of unwrapped
ApplyT
on tags in the subnet for loop, but the best I can get out of apply outside
pulumi.BoolOutput
to see if tag is present, and I don't see how can I use this on the subnet. What am I missing?