Skip to content

Commit dfa244c

Browse files
committed
fix an issue reported by a linter
1 parent 0710d9c commit dfa244c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/bedrockagentcore/gateway_target.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ func (r *gatewayTargetResource) Schema(ctx context.Context, request resource.Sch
391391
},
392392
NestedObject: schema.NestedBlockObject{
393393
Attributes: map[string]schema.Attribute{
394-
"endpoint": schema.StringAttribute{
394+
names.AttrEndpoint: schema.StringAttribute{
395395
Required: true,
396396
Validators: []validator.String{
397397
stringvalidator.RegexMatches(

0 commit comments

Comments
 (0)