Skip to content

Commit b3bb6c7

Browse files
Merge pull request #42 from pluralsh/mjg/prod-2304-detecting-new-project-id-forces-cluster-replacement
Fix plan modifier for cluster project id
2 parents 72b6db2 + 40afca4 commit b3bb6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resource/cluster_schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func (r *clusterResource) schema() schema.Schema {
5151
MarkdownDescription: "ID of the project that this cluster belongs to.",
5252
Computed: true,
5353
Optional: true,
54-
PlanModifiers: []planmodifier.String{stringplanmodifier.RequiresReplace()},
54+
// PlanModifiers: []planmodifier.String{stringplanmodifier.RequiresReplace()},
5555
},
5656
"detach": schema.BoolAttribute{
5757
Description: "Determines behavior during resource destruction, if true it will detach resource instead of deleting it.",

0 commit comments

Comments
 (0)