Skip to content

Commit

Permalink
Update delete.mdx code sample(#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiskevinwang committed Oct 5, 2023
1 parent d3400c5 commit 5a524dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/plugin/framework/resources/delete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (r ThingResource) Schema(ctx context.Context, req resource.SchemaRequest, r
"id": schema.StringAttribute{
Computed: true,
MarkdownDescription: "Service generated identifier for the thing.",
PlanModifiers: planmodifier.String{
PlanModifiers: []planmodifier.String{
stringplanmodifier.UseStateForUnknown(),
},
},
Expand Down

0 comments on commit 5a524dc

Please sign in to comment.