diff --git a/website/docs/plugin/framework/resources/delete.mdx b/website/docs/plugin/framework/resources/delete.mdx index 66e276aef..d65986cdb 100644 --- a/website/docs/plugin/framework/resources/delete.mdx +++ b/website/docs/plugin/framework/resources/delete.mdx @@ -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(), }, },