Merge pull request #1704 from justincampbell/dnsimple-ttl-default

providers/dnsimple: default ttl to 3600
This commit is contained in:
Paul Hinze 2015-04-28 08:48:56 -05:00
commit b6fb716180
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ func resourceDNSimpleRecord() *schema.Resource {
"ttl": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Default: "3600",
},
"priority": &schema.Schema{