DNS Record Set type requires replace (#325)

This commit is contained in:
Vicente Pinto 2024-04-09 16:12:00 +01:00 committed by GitHub
parent e783c112d5
commit 4917eda1ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,6 +181,7 @@ func (r *recordSetResource) Schema(_ context.Context, _ resource.SchemaRequest,
Computed: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.UseStateForUnknown(),
stringplanmodifier.RequiresReplace(),
},
},
"active": schema.BoolAttribute{