[docs] Change 'tag' to 'tags' in aws_ec2 inventory examples (#41438)

This commit is contained in:
Mark Phillips 2018-06-21 15:23:20 +01:00 committed by Ryan Brown
parent 2f60baa5e0
commit 355b56ef00

View file

@ -92,7 +92,7 @@ keyed_groups:
- key: 'security_groups|json_query("[].group_id")'
prefix: 'security_groups'
# create a group for each value of the Application tag
- key: tag.Application
- key: tags.Application
separator: ''
# create a group per region e.g. aws_region_us_east_2
- key: placement.region