DNS Record Set type requires replace (#325)
This commit is contained in:
parent
e783c112d5
commit
4917eda1ad
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ func (r *recordSetResource) Schema(_ context.Context, _ resource.SchemaRequest,
|
||||||
Computed: true,
|
Computed: true,
|
||||||
PlanModifiers: []planmodifier.String{
|
PlanModifiers: []planmodifier.String{
|
||||||
stringplanmodifier.UseStateForUnknown(),
|
stringplanmodifier.UseStateForUnknown(),
|
||||||
|
stringplanmodifier.RequiresReplace(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"active": schema.BoolAttribute{
|
"active": schema.BoolAttribute{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue