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

pull/41784/merge
Mark Phillips 6 years ago committed by Ryan Brown
parent 2f60baa5e0
commit 355b56ef00

@ -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

Loading…
Cancel
Save