Skip to content

Commit a970814

Browse files
committed
fix
1 parent a2e9605 commit a970814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/inference/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ func ResourceDeploymentRead(ctx context.Context, d *schema.ResourceData, m inter
396396
_ = d.Set("public_endpoint", publicEndpoints)
397397
}
398398

399-
return nil
399+
return diags
400400
}
401401

402402
func ResourceDeploymentUpdate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {

0 commit comments

Comments
 (0)