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
pull/48712/head
aatighi 6 years ago committed by Abhijeet Kasurde
parent 406da7a568
commit 9536ccab35

@ -70,7 +70,7 @@ EXAMPLES = '''
# Register an IP address target to a target group # Register an IP address target to a target group
- elb_target: - elb_target:
target_group_name: myiptargetgroup target_group_name: myiptargetgroup
target_id: 10.0.0.10 target_id: i-1234567
state: present state: present
# Register an instance target to a target group # Register an instance target to a target group

Loading…
Cancel
Save