provider/cloudflare: Change CloudFlare record TTL property to be

`computed`
This commit is contained in:
stack72 2016-02-07 22:33:21 +00:00
parent 2baff8ad22
commit 46f51b7bd8
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ func resourceCloudFlareRecord() *schema.Resource {
"ttl": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"priority": &schema.Schema{