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:
commit
a79563ee28
|
@ -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