mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user