Skip to content

Commit

Permalink
Update resource_user_import.go
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM authored Nov 13, 2024
1 parent 39ec4c5 commit 2f792d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectrocloud/resource_user_import.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func resourceUserImport(ctx context.Context, d *schema.ResourceData, m interface
}
diags := resourceUserRead(ctx, d, m)
if diags.HasError() {
return nil, fmt.Errorf("could not read cluster for import: %v", diags)
return nil, fmt.Errorf("could not read user for import: %v", diags)
}
return []*schema.ResourceData{d}, nil
}

0 comments on commit 2f792d0

Please sign in to comment.