mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update elb_target.py (#48701)
In the first Examples, the value for target_id has been set as IP Address instead of ID. +label: docsite_pr
This commit is contained in:
parent
406da7a568
commit
9536ccab35
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ EXAMPLES = '''
|
|||
# Register an IP address target to a target group
|
||||
- elb_target:
|
||||
target_group_name: myiptargetgroup
|
||||
target_id: 10.0.0.10
|
||||
target_id: i-1234567
|
||||
state: present
|
||||
|
||||
# Register an instance target to a target group
|
||||
|
|
Loading…
Reference in a new issue