From c4d4107bb96a72f8f74b8afdb8fa1ddc2a5b6fd6 Mon Sep 17 00:00:00 2001 From: Pascal de Ladurantaye Date: Wed, 7 Nov 2018 03:48:13 -0500 Subject: [PATCH] Add optional ttl configuration for route53 component (#7344) * Add optional ttl configuration for route53 component * Minor changes --- source/_components/route53.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/route53.markdown b/source/_components/route53.markdown index a00e5e708d0..4b4d57ab6dc 100644 --- a/source/_components/route53.markdown +++ b/source/_components/route53.markdown @@ -100,4 +100,9 @@ records: description: A list of records you want to update. required: true type: list +ttl: + description: The TTL value for the DNS records. + required: false + type: int + default: 300 {% endconfiguration %}