Update elb_target_group.py (#47389)

removed space that if its copied and pasted it can break an ansible run
+label: docsite_pr
pull/48006/head
ofir shtrull 6 years ago committed by Sandra McCann
parent 6a37582158
commit 7c3b0a338e

@ -166,7 +166,7 @@ EXAMPLES = '''
port: 80
vpc_id: vpc-01234567
health_check_path: /
successful_response_codes: "200, 250-260"
successful_response_codes: "200,250-260"
state: present
# Delete a target group

Loading…
Cancel
Save