Merge pull request #1704 from justincampbell/dnsimple-ttl-default
providers/dnsimple: default ttl to 3600
This commit is contained in:
commit
b6fb716180
|
@ -49,6 +49,7 @@ func resourceDNSimpleRecord() *schema.Resource {
|
|||
"ttl": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Default: "3600",
|
||||
},
|
||||
|
||||
"priority": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue