From 9ba686f8e6018e036e3693b7729ab6b54e9fd332 Mon Sep 17 00:00:00 2001 From: Vladimir Dimov Date: Mon, 7 Dec 2015 18:55:45 +0200 Subject: [PATCH] Doc fix on route53_health_check.py. Fixed first example. Should be register instead of record. --- cloud/amazon/route53_health_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/route53_health_check.py b/cloud/amazon/route53_health_check.py index a4dcfea6b30..9ad7f63d450 100644 --- a/cloud/amazon/route53_health_check.py +++ b/cloud/amazon/route53_health_check.py @@ -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