anyone have tips on debugging cases where `get_` m...
# general
l
anyone have tips on debugging cases where
get_
methods don't seem to be returning what you'd expect? Specifically I'm calling ec2.get_security_groups and passing a filter that matches fine on the aws CLI, but in Pulumi I can never get it to return any security groups besides the default one.