There was an error while loading. Please reload this page.
2 parents e19b4cf + 7cab4ee commit e72356fCopy full SHA for e72356f
aws-ssh-config.py
@@ -34,6 +34,8 @@ def generate_id(instance, tags_filter, region):
34
if tags_filter is not None:
35
for tag in tags_filter.split(','):
36
for aws_tag in instance['Instances'][0].get('Tags', []):
37
+ if aws_tag['Key'] != tag:
38
+ continue
39
value = aws_tag['Value']
40
if value:
41
if not instance_id:
0 commit comments