Skip to content

Commit

Permalink
Merge pull request #42 from pluralsh/mjg/prod-2304-detecting-new-proj…
Browse files Browse the repository at this point in the history
…ect-id-forces-cluster-replacement

Fix plan modifier for cluster project id
  • Loading branch information
michaeljguarino authored Jun 20, 2024
2 parents 72b6db2 + 40afca4 commit b3bb6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resource/cluster_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (r *clusterResource) schema() schema.Schema {
MarkdownDescription: "ID of the project that this cluster belongs to.",
Computed: true,
Optional: true,
PlanModifiers: []planmodifier.String{stringplanmodifier.RequiresReplace()},
// PlanModifiers: []planmodifier.String{stringplanmodifier.RequiresReplace()},
},
"detach": schema.BoolAttribute{
Description: "Determines behavior during resource destruction, if true it will detach resource instead of deleting it.",
Expand Down

0 comments on commit b3bb6c7

Please sign in to comment.