From f6a3f460da42aaca4855e2e4ec85ce5275f12b00 Mon Sep 17 00:00:00 2001 From: akinross Date: Mon, 22 Jan 2024 08:40:20 +0100 Subject: [PATCH] [ignore] adjust markdown description in aci rest managed resource for description schema attirbute --- internal/provider/resource_aci_rest_managed.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/resource_aci_rest_managed.go b/internal/provider/resource_aci_rest_managed.go index 287f57a31..4f9dc0da0 100644 --- a/internal/provider/resource_aci_rest_managed.go +++ b/internal/provider/resource_aci_rest_managed.go @@ -125,7 +125,7 @@ func (r *AciRestManagedResource) Schema(ctx context.Context, req resource.Schema }, "class_name": schema.StringAttribute{ Required: true, - MarkdownDescription: "Which class object is being created. (Make sure there is no colon in the classname)", + MarkdownDescription: "Which class object is being created, eg. fvTenant. (Make sure there is no colon in the classname)", PlanModifiers: []planmodifier.String{ stringplanmodifier.UseStateForUnknown(), stringplanmodifier.RequiresReplace(),