Skip to content

Commit f6a3f46

Browse files
akinrosslhercot
authored andcommitted
[ignore] adjust markdown description in aci rest managed resource for description schema attirbute
1 parent bf07df6 commit f6a3f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_aci_rest_managed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func (r *AciRestManagedResource) Schema(ctx context.Context, req resource.Schema
125125
},
126126
"class_name": schema.StringAttribute{
127127
Required: true,
128-
MarkdownDescription: "Which class object is being created. (Make sure there is no colon in the classname)",
128+
MarkdownDescription: "Which class object is being created, eg. fvTenant. (Make sure there is no colon in the classname)",
129129
PlanModifiers: []planmodifier.String{
130130
stringplanmodifier.UseStateForUnknown(),
131131
stringplanmodifier.RequiresReplace(),

0 commit comments

Comments
 (0)