File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ func (r *clusterResource) schema() schema.Schema {
221221 MarkdownDescription : "Key-value tags used to filter clusters." ,
222222 Optional : true ,
223223 ElementType : types .StringType ,
224- PlanModifiers : []planmodifier.Map {mapplanmodifier .RequiresReplace ()},
224+ PlanModifiers : []planmodifier.Map {mapplanmodifier .UseStateForUnknown ()},
225225 },
226226 "bindings" : schema.SingleNestedAttribute {
227227 Description : "Read and write policies of this cluster." ,
@@ -265,7 +265,7 @@ func (r *clusterResource) schema() schema.Schema {
265265 },
266266 },
267267 },
268- PlanModifiers : []planmodifier.Object {objectplanmodifier .RequiresReplace ()},
268+ PlanModifiers : []planmodifier.Object {objectplanmodifier .UseStateForUnknown ()},
269269 },
270270 },
271271 }
You can’t perform that action at this time.
0 commit comments