Skip to content

Commit 7ca6181

Browse files
committed
Run 'make fix-constants PKG=transfer'.
1 parent d0acc0b commit 7ca6181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/transfer/host_key.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func (r *hostKeyResource) Schema(ctx context.Context, request resource.SchemaReq
5151
response.Schema = schema.Schema{
5252
Attributes: map[string]schema.Attribute{
5353
names.AttrARN: framework.ARNAttributeComputedOnly(),
54-
"description": schema.StringAttribute{
54+
names.AttrDescription: schema.StringAttribute{
5555
Optional: true,
5656
Validators: []validator.String{
5757
stringvalidator.LengthBetween(0, 200),

0 commit comments

Comments
 (0)