Brian Pandola c1b2c78db2
Fix TagFilter implementation in tag:GetResources (#3366)
The `tag_filter` method has been re-arranged to mimic the actual AWS behavior:
Return `True` if *any* tag matches a filter and *all* filters are matched.

Python's closures are late-binding, so we have to modify the lambdas accordingly!

Closes #2814
2020-10-09 13:55:48 +01:00
..
2019-12-16 21:25:20 -05:00
2020-09-13 19:42:38 +01:00
2020-04-06 19:55:54 +10:00
2019-12-16 21:25:20 -05:00
2020-09-13 19:42:38 +01:00
2020-09-13 19:42:38 +01:00
2020-01-23 10:15:02 -08:00
2020-03-02 13:07:34 +00:00