vrong usage of name tag in example (#66129)
Docs: the capitalization of the tag should match in the description and the example. Change the example to "Name" (not "name") to match the description above in the efs_info module documentation.
This commit is contained in:
parent
51570526a9
commit
47970d413e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ EXAMPLES = '''
|
|||
- name: Searching all EFS instances with tag Name = 'myTestNameTag', in subnet 'subnet-1a2b3c4d' and with security group 'sg-4d3c2b1a'
|
||||
efs_info:
|
||||
tags:
|
||||
name: myTestNameTag
|
||||
Name: myTestNameTag
|
||||
targets:
|
||||
- subnet-1a2b3c4d
|
||||
- sg-4d3c2b1a
|
||||
|
|
Loading…
Reference in a new issue