Adding DNS TTL

This commit is contained in:
Ben Yanke
2018-04-05 11:12:20 -05:00
parent 452849a5b0
commit a8b269231c
3 changed files with 9 additions and 2 deletions
@@ -15,6 +15,13 @@
description: "The domain name managed by DigitalOcean."
type: "string"
required: true
- variable: "DNS_TTL"
label: "TTL"
description: |
TTL used for new DNS records.
type: "string"
default: "300"
required: true
- variable: "NAME_TEMPLATE"
label: "DNS Name Template"
description: |