Skip to content

Commit

Permalink
[ignore] adjust markdown description in aci rest managed resource for…
Browse files Browse the repository at this point in the history
… description schema attirbute
  • Loading branch information
akinross authored and lhercot committed Jan 22, 2024
1 parent bf07df6 commit f6a3f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_aci_rest_managed.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit f6a3f46

Please sign in to comment.