Add optional ttl configuration for route53 component (#7344)

* Add optional ttl configuration for route53 component

* Minor changes
This commit is contained in:
Pascal de Ladurantaye 2018-11-07 03:48:13 -05:00 committed by Fabian Affolter
parent 333cb56506
commit c4d4107bb9

View File

@ -100,4 +100,9 @@ records:
description: A list of records you want to update. description: A list of records you want to update.
required: true required: true
type: list type: list
ttl:
description: The TTL value for the DNS records.
required: false
type: int
default: 300
{% endconfiguration %} {% endconfiguration %}