We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0acc0b commit 7ca6181Copy full SHA for 7ca6181
internal/service/transfer/host_key.go
@@ -51,7 +51,7 @@ func (r *hostKeyResource) Schema(ctx context.Context, request resource.SchemaReq
51
response.Schema = schema.Schema{
52
Attributes: map[string]schema.Attribute{
53
names.AttrARN: framework.ARNAttributeComputedOnly(),
54
- "description": schema.StringAttribute{
+ names.AttrDescription: schema.StringAttribute{
55
Optional: true,
56
Validators: []validator.String{
57
stringvalidator.LengthBetween(0, 200),
0 commit comments