mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 00:46:25 -06:00
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
Block a user