provider/cloudflare: Change CloudFlare record TTL property to be
`computed`
This commit is contained in:
parent
2baff8ad22
commit
46f51b7bd8
|
@ -45,6 +45,7 @@ func resourceCloudFlareRecord() *schema.Resource {
|
|||
"ttl": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"priority": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue