Doc fix on route53_health_check.py. Fixed first example. Should be register instead of record.
This commit is contained in:
parent
1d27ef13fe
commit
9ba686f8e6
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ EXAMPLES = '''
|
|||
string_match: "Hello"
|
||||
request_interval: 10
|
||||
failure_threshold: 2
|
||||
record: my_health_check
|
||||
register: my_health_check
|
||||
|
||||
- route53:
|
||||
action: create
|
||||
|
|
Loading…
Reference in a new issue