mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -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{
|
"ttl": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
Default: "3600",
|
||||||
},
|
},
|
||||||
|
|
||||||
"priority": &schema.Schema{
|
"priority": &schema.Schema{
|
||||||
|
Loading…
Reference in New Issue
Block a user