[docs] Change 'tag' to 'tags' in aws_ec2 inventory examples (#41438)
This commit is contained in:
parent
2f60baa5e0
commit
355b56ef00
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ keyed_groups:
|
||||||
- key: 'security_groups|json_query("[].group_id")'
|
- key: 'security_groups|json_query("[].group_id")'
|
||||||
prefix: 'security_groups'
|
prefix: 'security_groups'
|
||||||
# create a group for each value of the Application tag
|
# create a group for each value of the Application tag
|
||||||
- key: tag.Application
|
- key: tags.Application
|
||||||
separator: ''
|
separator: ''
|
||||||
# create a group per region e.g. aws_region_us_east_2
|
# create a group per region e.g. aws_region_us_east_2
|
||||||
- key: placement.region
|
- key: placement.region
|
||||||
|
|
Loading…
Reference in a new issue