mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
DNSimple does not support changing a record domain or type
This commit is contained in:
parent
009dba178f
commit
94ef573b66
@ -19,6 +19,7 @@ func resourceDNSimpleRecord() *schema.Resource {
|
|||||||
"domain": &schema.Schema{
|
"domain": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Required: true,
|
Required: true,
|
||||||
|
ForceNew: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
"domain_id": &schema.Schema{
|
"domain_id": &schema.Schema{
|
||||||
@ -39,6 +40,7 @@ func resourceDNSimpleRecord() *schema.Resource {
|
|||||||
"type": &schema.Schema{
|
"type": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Required: true,
|
Required: true,
|
||||||
|
ForceNew: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
"value": &schema.Schema{
|
"value": &schema.Schema{
|
||||||
|
Loading…
Reference in New Issue
Block a user