Merge pull request #5042 from stack72/f-cloudflare-record-ttl-computed

provider/cloudflare: Change CloudFlare record TTL property to be `computed`
This commit is contained in:
James Nugent 2016-02-07 17:54:24 -05:00
commit a79563ee28
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{