mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-17 04:03:07 -06:00
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
Block a user