From ebab213867fb9ecfdc5427d43053c45e0f2c4c8e Mon Sep 17 00:00:00 2001 From: Tobias Efinger Date: Thu, 17 Oct 2019 11:27:16 +0200 Subject: [PATCH 1/2] Add service description for route53 --- source/_integrations/route53.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/route53.markdown b/source/_integrations/route53.markdown index b682f582fa1..0d9e2264d34 100644 --- a/source/_integrations/route53.markdown +++ b/source/_integrations/route53.markdown @@ -101,3 +101,7 @@ ttl: type: integer default: 300 {% endconfiguration %} + +### Service `route53.update_records` + +Use this service to manually trigger an update of the dns records. From 4f0bd105bafc487740a83b98a2bcfbb781119055 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 17 Oct 2019 11:32:42 +0200 Subject: [PATCH 2/2] :pencil2: Tweak --- source/_integrations/route53.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/route53.markdown b/source/_integrations/route53.markdown index 0d9e2264d34..d0274ee8717 100644 --- a/source/_integrations/route53.markdown +++ b/source/_integrations/route53.markdown @@ -102,6 +102,8 @@ ttl: default: 300 {% endconfiguration %} +## Services + ### Service `route53.update_records` -Use this service to manually trigger an update of the dns records. +Use this service to manually trigger an update of the DNS records.